Commit 9de879d9 authored by Ward Bell's avatar Ward Bell

chore: drop '!' from "Hello Angular!"

parent bfd1896f
......@@ -2,6 +2,6 @@ import { Component } from '@angular/core';
@Component({
selector: 'my-app',
template: `<h1>Hello Angular!</h1>`
template: `<h1>Hello Angular</h1>`
})
export class AppComponent { }
......@@ -2,8 +2,7 @@ import { browser, element, by } from 'protractor';
describe('QuickStart E2E Tests', function () {
let expectedMsg = 'Hello Angular!';
let expectedMsg = 'Hello Angular';
beforeEach(function () {
browser.get('');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment