Desktop like Angular App
This project was generated with Angular CLI version 8.3.9.
Navigate to Dashboard folder.
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.
The assignment was made in Angular and includes:
- Three applications: Chat, Memory Game, Weather App
- Chat App
- Uses saved name in local storage
- Change channel
- Memory Game
- Possibility to play 3 difficulties
- Weather App
- Checks your location weather if allowed
- Search a city name to get weather information
- Dashboard windows include
- Drag and drop
- Minimize
- Bouncing
- CSS handmade All icons come from https://thenounproject.com/
The next standard issues have been excluded from the standard ts.
- Empty Classes Error in Modules
- Angular includes functionality to classes by using the decorator
@ngModule. The class is indeed empty but it is correct in Angular TS.
- Angular includes functionality to classes by using the decorator
- Standard errors in e2e/protractor and config files
- This student is not comfortable enough with Angular to modify configuration files.
Angular grammar does not follow the standard in all its language (as in the point before and other changes I
Run npx ts-standard --fix to fix/reveal standard issues.
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.




