I have written a simple app with [email protected], and it works great. Now that I am testing it with the latest version of the alpha and beta avaible on npm, and I keep wondering if I really really changed or I am caching something.
I want to do something like the below on my root component
export class ChromeComponent {
ngOnInit() {
console.log('angular version');
}
}
angular.version
on the console return undefined
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…