Is there any official CDN from google that have the ngComponentRouter, I can't find it anywhere.
Is there any ngComponentRouter CDN?
239 Views Asked by General Electric At
2
There are 2 best solutions below
0

It's not google or minified, but I use https://npmcdn.com/@angular/[email protected]/angular1/angular_1_router.js
As far as I know there isn't any CDN partner of google that implemented it but you could use this publication.
Here you can find the documentation
Be aware it has been deprecated and they recommend to use ngRoute module.