Recipe | Description | First Step | ...... | Last Step | ||
---|---|---|---|---|---|---|
Create Workspace Recipe | Recipe for creating an Angular Nrwl NX workspace | Create Workspace | ...... | Create Workspace | ||
Add Styling Infrastructure Recipe | We are going to create the infrastructure needed for adding styling to our Angular project | Create Common Styles Lib | ...... | Integrate Common Styles File | ||
Custom Material Design Recipe | Step to integrate material with your app | Install Angular Material | ...... | Integrate Custom Angular Material Style | ||
Add Icons Recipe | Recipe to add icons to our repo | Install Font Awesome | ...... | Add Font Awesome Pro | ||
Create Common UI Lib | Will create a common ui lib to be used in our application | Create Common UI Lib | ...... | Create Common UI Lib | ||
Layout | Create Layout component to be used across app | Layout Component | ...... | Layout Component | ||
Add Homepage | Recipe to add a homepage to your application | Add Homepage Lib | ...... | Integrate Homepage Routing | ||
Header | Recipe to create a header | Header Component | ...... | Integrate Header Component | ||
Footer | We are going to create a footer component | Footer | ...... | Integrate Footer | ||
Side Nav Recipe | Recipe to create a side nav | Side Nav | ...... | Integrate Side Nav | ||
Leave Feedback