fix(router): update the version placeholder so that it gets replaced during the build
Fixes #17403
This commit is contained in:
parent
8f5836cb14
commit
d3c92a307a
|
@ -16,4 +16,4 @@ import {Version} from '@angular/core';
|
|||
/**
|
||||
* @stable
|
||||
*/
|
||||
export const VERSION = new Version('0.0.0-ROUTERPLACEHOLDER');
|
||||
export const VERSION = new Version('0.0.0-PLACEHOLDER');
|
||||
|
|
Loading…
Reference in New Issue