Free Post angular How to stop being afraid and create your own Angular CLI Builder Angular CLI v8.0.0 brought us a stable CLI Builders API, which allows you to customize, replace, or even create new CLI commands. Maybe make your own? Challenge Accepted!
Free Post angular Angular Schematics from 0 to publishing your own library (IV) Schematics are a great tool to standarize patterns, enforce best practices, and make sure repositories across large organizations, by automating certain implementations. We have extensively discussed this in previous posts, but now we will demonstrate this in practice.
Free Post angular Angular Schematics from 0 to publishing your own library (I) In this series of posts we will acquire the necessary knowledge to write a first schematic, extend them, validate them and publish them to npm with ng-add support!
Free Post angular Angular Schematics from 0 to publishing your own library (III) In the previous posts we read an overview of what schematics are and what they're used for, the important vocabulary to follow the next posts, as well as a quick reference to the most important and useful methods from the Schematics API.
Free Post angular Angular Schematics from 0 to publishing your own library (II) In this second post, we will explore some of the most useful methods of the Schematics API. It definitely offers a lot of functions and utilities, to transform our Angular workspace.
Free Post angular Angular 10 - Towards the Better future for Angular Angular 10 is released, many developers sent me messages asking we cannot see any features, yes there was no big feature, but sometimes you need to take some time to prepare for a better future, and this is what Angular 10 release was all about.
Free Post angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 5 In the final part of this tutorial, we create the seatmap data access, seat listing feature, shared buttons UI, and shared formatting utilities library. Finally, we compare our approach with the full Nx toolchain.
Free Post angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 4 In Part 4 of this tutorial, we create the check-in data access and check-in feature shell libraries. We create the check-in desktop application, review and verify how much our tool automated and finally create the mobile check-in application.
Free Post angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 3 In Part 3 of this tutorial, we create the passenger info and flight search feature libraries. We use the generate project tool to create the mobile booking application and its test project. Finally, we create a mobile version of the flight search component template.
Free Post angular Complete beginner guide to publishing an Angular library to npm In this article, I will be sharing my experience of publishing my first Angular library to NPM. This post will cover steps right from creating the library to detailed NPM publishing steps.
Free Post angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 2 In Part 2 of this tutorial, we'll set up our custom generate project tool and create the shared and booking data access libraries with NgRx. To honor the flow of dependencies, we extract a shared environments library.
Free Post angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 1 In this step-by-step tutorial, we set up an Nx-style monorepo workspace with the Angular CLI. In this first part, we create an application project, an end-to-end test project, and a feature shell library.
Free Post angular Let's implement a Theme Switch like the Angular Material Site Learn how to implement a Theme Picker from scratch, for your Angular App. This is a beginners guide and you'll get to know the best practices you should follow along the way.
Free Post javascript Angular CLI: camelCase or kebab-case Should Angular CLI options be in camel case or in kebab case? Angular CLI supports options for commands. For example: ng build --prod But, for these options should we use
Free Post angular Angular Workspace: No Application for You! The how and why of using the --create-application flag with Angular CLI to create a Workspace without the initial application A nice addition to Angular CLI 7.0.0 was