Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de3edf6

Browse files
author
priley
committedJan 29, 2017
updates to CLI and refactor
1 parent 2a030cc commit de3edf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1720
-29
lines changed
 

‎.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "angular2-cli-webcomponents"
4+
}
5+
}

‎README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
# Angular2CliWebpack
1+
# angular2-cli-webcomponents
22

3-
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.26.
3+
This app serves as a demo for building your app with [PatternFly](http://patternfly.org/), [Angular2](https://angular.io/), and [WebComponents](http://webcomponents.org/).
4+
5+
![Image of PatternFly](https://raw.githubusercontent.com/patternfly-webcomponents/angular2-cli-webcomponents/master/icons/patternfly-orb.png)
6+
![Image of Angular2](https://raw.githubusercontent.com/patternfly-webcomponents/angular2-cli-webcomponents/master/icons/ng2.png)
7+
![Image of WebComponents](https://raw.githubusercontent.com/patternfly-webcomponents/angular2-cli-webcomponents/master/icons/webcomponents.png)
8+
9+
**Demo**: https://angular2-cli-webcomponents.firebaseapp.com/  |  **Follow us** on
10+
[Twitter](https://twitter.com/patternfly_des), and [Slack](https://patternfly.slack.com)  | 
11+
12+
This app also attempts to showcase our abilities with custom element interop and new [webcomponent](http://webcomponents.org/) standards.
13+
14+
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.21.
415

516
## Development server
617
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.
718

819
## Code scaffolding
920

10-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.
21+
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/route/class`.
1122

1223
## Build
1324

@@ -19,13 +30,13 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
1930

2031
## Running end-to-end tests
2132

22-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
33+
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
2334
Before running the tests make sure you are serving the app via `ng serve`.
2435

25-
## Deploying to GitHub Pages
36+
## Deploying to Github Pages
2637

27-
Run `ng github-pages:deploy` to deploy to GitHub Pages.
38+
Run `ng github-pages:deploy` to deploy to Github Pages.
2839

2940
## Further help
3041

31-
To get more help on the `angular-cli` use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
42+
To get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)
Please sign in to comment.