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 (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 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 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 Tiny Angular application projects in Nx workspaces Extract workspace libraries to get tiny Angular application projects. We'll create assets, styles, and environments libraries for an Nx workspace. Step-by-step commands and instructions.
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