Tips to manage an Angular workspace

A collection of short stories to help managing Angular workspaces

Klaus Kazlauskas
1 min readNov 6, 2018

When managing a Angular workspace, several questions appear in our head before hand. Luckily we get most of our questions solved by a collection of the amazing Angular stories — Thank you, Angular Team ❤️. Sadly some questions remain, but, inspired by those stories, I've written some of my own:

Create an Angular blank workspace

Create/update your project to follow a clean monorepo structure.

Dependencies for Angular projects

Heavily inspired and a complement to create library story. Learn where to set your projects dependencies, how Angular deals with them, and the attention you need when using your library as a dependency.

Change the default Angular project

Learn what's the need for the default Angular project, how to set it manually and when it is set automatically.

This is it for now. More short stories will come as time goes.

Thanks for reading the article! If you liked it, don’t forget to 👏 . It means so much to me and it helps others see this story.

If I forgot anything, there is something to fix, or you have a question, don’t be afraid to post here ✋

--

--