Skip to content

Commit

Permalink
upgrade to angular 2.4.0 and primeng 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Romanetti committed Dec 24, 2016
1 parent 99b309e commit f07eca8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Celerio Angular Quickstart

To generate an Angular 2.1.0 CRUD web application from an existing database schema, follow the instructions from the [quickstart][] folder.
Generate an Angular 2.4.0 CRUD web application from an existing database schema.
The quickstart uses a sample H2 database schema. Using your own schema is just a matter of configuration.

Please follow the instructions from the [quickstart][] folder.

You may also browse an already [generated quickstart][] web app.

Expand All @@ -22,9 +24,9 @@ Here is the folder organization:

The generated Angular CRUD web app uses the following tecnologies/frameworks:

* [Angular 2.1.0](http://angular.io/) web framework: we try to always use the most recent version
* [Angular 2.4.0](http://angular.io/) web framework: we try to always use the most recent version
* [TypeScript](https://www.typescriptlang.org/): much easier than JavaScript...
* [PrimeNG RC.3](http://primefaces.org/primeng/): Angular 2 components library, we leverage file upload, auto-complete, calendar, tri-state checkbox, server-side pagination, etc.
* [PrimeNG 1.1.1](http://primefaces.org/primeng/): Angular 2 components library, we leverage file upload, auto-complete, calendar, tri-state checkbox, server-side pagination, etc.
* [Spring Boot](http://projects.spring.io/spring-boot/): Java app backend, made easy, we generate REST endpoints, etc.
* [Spring Security](http://projects.spring.io/spring-security/): basic security by default
* [Spring Data JPA](http://projects.spring.io/spring-data-jpa/): leverage query by example, etc.
Expand Down
2 changes: 1 addition & 1 deletion quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* [Maven 3.3.3](https://maven.apache.org/download.cgi)
* [Npm 3.x.x](https://nodejs.org/en/)

### Run these commands to generate and run an Angular 2.1.0 web app:
### Run these commands to generate and run an Angular 2.4.0 web app:

By default this project reverses a [sample database schema](https://github.com/jaxio/celerio-angular-quickstart/blob/master/quickstart-conf/01-create.sql).
You may of course [reverse your own database schema](#how-to-use-your-own-database).
Expand Down

0 comments on commit f07eca8

Please sign in to comment.