robsonmrsp / nglocace

definição do padrão crud para angular2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instalando o jquery no angular:

npm install @types/jquery

Para usar algum pluguin sem que o compilador typescript apresente erro, basta adicionar a entrada no arquivo '/node_modules/@types/jquery/index.d.ts' como foi feito para o inputmask inputmask( mask: string )

##Site com algumas boas informações http://aprendaangular2.online/es6/promises

Projeto Spring + angular2, tudo ainda separado

https://github.com/zouabimourad/angular2-spring

Outra proposta com Spring + Angular2 (mostra material de segurança)

https://github.com/ehirsch/spring-angular2

datatable

http://swimlane.github.io/ngx-datatable/#

Datatable possivelmente fácil de extender pois a ideia é o datatable receber um Pager que contem todas

as informações da paginação e a pagina de elementos. alem disso o serviço que irá fazer o get nos elementos no servidor

https://github.com/valor-software/ng2-table

Nglocace

This project was generated with angular-cli version 1.0.0-beta.26.

Development server

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Deploying to GitHub Pages

Run ng github-pages:deploy to deploy to GitHub Pages.

Further help

To get more help on the angular-cli use ng help or go check out the Angular-CLI README.

About

definição do padrão crud para angular2


Languages

Language:CSS 47.3%Language:JavaScript 45.8%Language:HTML 5.6%Language:TypeScript 1.3%