Continuous Deployment with Angular, Travis CI and Firebase Hosting
When it comes time to deploy an Angular app to production, Firebase hosting is a great option. Plus, you can add Travis CI on top to automate the builds!
When it comes time to deploy an Angular app to production, Firebase hosting is a great option. Plus, you can add Travis CI on top to automate the builds!
Storybook is a tool that allows you to easily document and visualize your app’s components in a flat hierarchy. See how you can make use of it in an Angular app.
Learn how to use the takeUntil operator to unsubscribe from observables when your Angular components are destroyed.
Learn how to use route resolvers to fetch data before navigating to a route in Angular with Angular router.
Learn how to create a custom webpack config inside an Angular project using CLI Builders. This example will reduce the file size of a library.
Here’s how to customize the colors used by Angular Material components.
Learn how to use NgTemplateOutlet and structural directives to make more general reusable components.