Angular App with Firebase
We are continuing with our series on building our Angular applications, this week we are adding Firebase to our application. In the video I will show you how to connect, setup and configure your application to use Firebase.
We are continuing with our series on building our Angular applications, this week we are adding Firebase to our application. In the video I will show you how to connect, setup and configure your application to use Firebase.
In this video, I will show you how to add dynamic custom styling to an Angular app. This is something I eg. use for the course portal of Angular Architect Accelerator. The style is added as: Notice how the use of sanitizer.sanitize sanitizes the styling before the style tag is generated, preventing XSS attacks.