This project was generated with Angular CLI version 7.0.5.
- Do NOT install
@angular/cliortypescriptglobally to avoid version mismatch issues across multiple projects. - Run
npx @angular/cli new app-name --routingto create a new Angular app with basic routing wired. - To run
ngcommands from within the project directory, preprendnpxto commands, likenpx ng build. - To continue using
ngwithout having to prependnpx, configure shell autofallback as described here: https://www.npmjs.com/package/npx#shell-auto-fallback.
Run ng serve for a dev server. Navigate to http://localhost:5000/. The app will automatically reload if you change any of the source files.
openWeatherMap api-key
- Online service made up of straightforward and user-friendly API sets for access to current weather data, forecasts and archives. You can also visit our website to find out about the weather in your location. As the data source, we use simulated climatic data, official meteorological services, data from airport weather stations and from private weather stations.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
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.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.