fix(core): Remove reference to "Angular 2" in dev mode warning (#13751)
This commit is contained in:
@ -469,7 +469,7 @@ export class ApplicationRef_ extends ApplicationRef {
|
|||||||
this._loadComponent(compRef);
|
this._loadComponent(compRef);
|
||||||
if (isDevMode()) {
|
if (isDevMode()) {
|
||||||
this._console.log(
|
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;
|
return compRef;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user