Continuous Integration with Angular CLI + Travis CI + Firebase Hosting + Greenkeeper + Github
A tutorial on automating Angular CLI project deployment to Firebase Hosting using Travis CI, GitHub, and Greenkeeper for dependency updates.
Loiane Groner is a hands-on software engineering lead based in the US, sharing knowledge on Java, JavaScript, Angular, AI, and modern software development through books, talks, and community contributions.
27 articles from this blog
A tutorial on automating Angular CLI project deployment to Firebase Hosting using Travis CI, GitHub, and Greenkeeper for dependency updates.
Learn how to create a custom Angular Date Pipe to format dates consistently across your application, using the dd/MM/yyyy format.
A step-by-step guide on integrating Bootstrap CSS and JavaScript components into an Angular CLI project, covering Bootstrap 3, 4, and libraries like ngx-bootstrap.
Two approaches to hide the navigation bar on the login page in an Angular application using Angular Material.
Learn how to trigger validation on submit and disable the button for invalid forms in Angular Reactive Forms.
Tips for avoiding duplicate RxJS operator imports in Angular projects, covering changes from Angular v5/v6 and pipeable operators.
A tutorial on setting up an Angular project with Angular Material 2, covering installation, configuration, and component usage.