I am writing my first Angular app using Angular 7.
Usually, when writing HTML I make use of CDNs for Bootstrap, fonts etc.
Looking at some tutorials they recommend leaving the default 'index.html' as generated but that seems to be the obvious place to add the CDNs for standard css, js and fonts.
Does Angular have another way of adding the CDNs.