Is it possible to install Angular 5 dependencies(currently in RC stage) using npm?
This command shows no Angular 5 dependencies:
npm show @angular/core@* version
Or is it possible to download it from repository and install: https://github.com/angular/angular/
Thanks