Angular 4 Case Study: Caution about Binding HTML Content using [innerHTML] What is Binding HTML Content using [innerHTML]? What is the problem with binding HTML content using [innerHTML]? A valid question coming from someone who’s done it without any problems...
Angular 4 Tutorial – Run Code During App Initialization In my previous post (Deploying Angular 4 Apps with Environment-Specific Info), I used route resolvers to ensure that the settings were pulled into the app before the first component was shown. In this...