Skip to content

Commit

Permalink
fix(core): Remove reference to "Angular 2" in dev mode warning (angul…
Browse files Browse the repository at this point in the history
  • Loading branch information
wKoza authored and hansl committed Jan 3, 2017
1 parent bb0d23f commit c5c53f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@angular/core/src/application_ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ export class ApplicationRef_ extends ApplicationRef {
this._loadComponent(compRef);
if (isDevMode()) {
this._console.log(
`Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode.`);
`Angular is running in the development mode. Call enableProdMode() to enable the production mode.`);
}
return compRef;
}
Expand Down

0 comments on commit c5c53f3

Please sign in to comment.