fix(core): Remove reference to "Angular 2" in dev mode warning (#13751)
This commit is contained in:
parent
bb0d23f82b
commit
c5c53f3666
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue