This project was generated with Angular CLI version 1.6.8.
This project should provide a simple but powerful real world solution of reactive forms in Angular, where are used reusable and configurable components. It should also be test-driven. 🙌
https://willi84.github.io/angular-forms/
To my company STRATO and to Travis and Browserstack for supporting OpenSource projects.
- _shared: every building block for a component like input/textarea/select and status message
- framework: reusable components
- features: helping services and validators
├── app
│ ├── _shared/
│ │ ├── <basic for component>
│ ├── framework/
│ │ ├── <reusable component>
│ ├── features/
│ │ ├── services
│ │ └── validators
│ ├── app.module.ts
│ └── contact.component (root component)
├── environments
├── utils
└── index.html
- node 8.9.1
- typescript
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
This software is copyright (c) 2018 by Robert Willemelis.
This is free software using the MIT license.
This software has been developed with support from STRATO. In German: Diese Software wurde mit Unterstützung von STRATO entwickelt.
- https://medium.com/from-the-couch/angular-2-with-travis-ci-922040e01937
- Folder Structure
- basics: @webdave_de with his talk
- namespaces: @maxim_koretskyi