by Briebug Team | Dec 23, 2020 | Angular, CLI, Frontend
Hopefully, by now, you’ve used the Angular CLI to create a new application, generate some components, served your application and maybe even tested it. In this article we’ll dig a little deeper into the Angular CLI and the ways you can use it to boost your...
by Briebug Team | Dec 21, 2020 | Angular, CLI, Frontend
Welcome to the definitive Angular CLI guide: a multi-part series that will take you from novice to master. This article outlines everything you need to know to get started. If you’re already familiar with the Angular CLI, you can check out our “Mastering...
by Briebug Team | Oct 18, 2020 | Angular, Frontend, Rxjs, Typescript
In September of 2016, the javascript world was changed with the release of Angular 2.0. It was a complete rewrite of the AngularJS framework from the ground up. With the removal of “JS” from the name, the Angular team signaled a major shift in their...
by Briebug Team | Aug 1, 2020 | Angular, CLI, JavaScript, Typescript, UX/UI
What are Angular Workspaces and Libraries, and why should I care? Angular version 6 introduced Workspaces and Libraries to accommodate the increasingly popular monorepo pattern. Version 7 made this strategy easier with the addition of the Angular CLI...
by Briebug Team | Aug 1, 2020 | Angular, Frontend, JavaScript, Typescript
First, why would I want to? Angular’s default change detection strategy may work well for a hobby app or presentation demo but if you’re dealing with a large or enterprise application, you’re likely going to take a performance hit. That’s...