This project was generated with Angular CLI version 1.7.2.
This project is from the Angular course opened on Coursera .
Developed in Angular 4, a single page application that serving the website for a restaurant. It is mobile-first, responsive and used material design components and Flex-Layout module. Various aspects of Angular including components, services, data-binding, router and observables are applied. It is running a client-server communication through HTTP client.
- Client-side Javascript frameworks and the MVC design pattern
- Single page applications in Angular
- Material Design and Flex-Layout Module for designing responsive and mobile-first applications
- Observables, reactive programming and RxJS
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 serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests via Karma.