fix(router): update the version placeholder so that it gets replaced during the build

Fixes #17403
This commit is contained in:
Igor Minar 2017-06-15 15:40:10 -07:00 committed by Hans
parent 8f5836cb14
commit d3c92a307a
1 changed files with 1 additions and 1 deletions

View File

@ -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');