1.0.3 • Published 6 years ago

enterprise-angular-generator v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Getting Started with Enterprise Angular Generator

I will continue to add generators to this module and keep it updated. If you have ideas let me know. These generators are based on a unique folder structure and utilize fuctional programming.

***These generators are meant to be used with my Angular for Enterprise Template

Main App Files: src/app

Lazy Loaded Screens/Components : src/screens

Custom lazy loaded ngrx screen component generator

You will need to add a screens folder to hold your routable page/screen components! The app folder is meant to contain your main app component files and state files.

This generator allows you to create a new screen for your application with its own managed state:

ng g screen MyScreenName --collection enterprise-angular-generator

The files will be placed in src/screens

Next add the navigation item for your new screen to app/app.component.html

Next add the route to your lazy loaded module in app/app.router.ts

Finally add an interface for your screen state within your interface folder.

You should name it IMyScreenName.interface.ts

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago