Skip to content

Commit d3c92a3

Browse files
IgorMinarhansl
authored andcommitted
fix(router): update the version placeholder so that it gets replaced during the build
Fixes #17403
1 parent 8f5836c commit d3c92a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ import {Version} from '@angular/core';
1616
/**
1717
* @stable
1818
*/
19-
export const VERSION = new Version('0.0.0-ROUTERPLACEHOLDER');
19+
export const VERSION = new Version('0.0.0-PLACEHOLDER');

0 commit comments

Comments
 (0)