Skip to content

tharun-d/AngularCrud

Repository files navigation

AngularCrud

This project was generated with Angular CLI version 1.7.3.

Bootstrap

Run npm install bootstrap@3 --save We used bootstrap version 3 only.

ngx-bootstrap

Run npm install ngx-bootstrap --save We used date picker which is supported for all browsers equally import in app.module and then use it

Form error classes provided by bootstrap

has-error: for div tag control-label: for label tag help-block: for span tag

Adding dynamic classes

[class.has-error]="*ngIf condition"

About

Crud operations using angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published