Update INFO.yaml
[appc/cdt.git] / README.md
1 # ============LICENSE_START==========================================
2 # ONAP : APPC-CDT
3 # ===================================================================
4 # Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
5 # ===================================================================
6 #
7 # Unless otherwise specified, all software contained herein is licensed
8 # under the Apache License, Version 2.0 (the License);
9 # you may not use this software except in compliance with the License.
10 # You may obtain a copy of the License at
11 #
12 #    http://www.apache.org/licenses/LICENSE-2.0
13 #
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 #
20 #
21 # Unless otherwise specified, all documentation contained herein is licensed
22 # under the Creative Commons License, Attribution 4.0 Intl. (the License);
23 # you may not use this documentation except in compliance with the License.
24 # You may obtain a copy of the License at
25 #
26 #    https://creativecommons.org/licenses/by/4.0/
27 #
28 # Unless required by applicable law or agreed to in writing, documentation
29 # distributed under the License is distributed on an "AS IS" BASIS,
30 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 # See the License for the specific language governing permissions and
32 # limitations under the License.
33 #
34 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
35 # ============LICENSE_END============================================
36
37
38 # TestApp
39
40 This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.3.
41
42 ## Development server
43
44 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.
45
46 ## Code scaffolding
47
48 Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.
49
50 ## Build
51
52 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.
53
54 ## Running unit tests
55
56 Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
57
58 ## Running end-to-end tests
59
60 Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
61 Before running the tests make sure you are serving the app via `ng serve`.
62
63 ## Further help
64
65 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).