-
July 3, 2023
Finished reading: Jingo – A Novel of Discworld Related posts: No related posts.
-
Upgrading from Angular 11 to 12 problems and solutions
I was recently updating a very large enterprise project from Angular 11 to 12 using nx migrate. There were the expected changes from eslint to tslint, and the linting issues that show up under the new eslint to fix. There were also issues with Storybook, since this project also uses it and it needed updating…
-
Using the micro frontend pattern in Angular (11)
This is mainly for my own archival purposes, collecting all of the information I have gathered on MFEs in Angular in one place. If it helps you, great, let me know! I started this post in Angular 11, 12 has since come out and made many of the steps easier since it automatically uses Webpack…