Live Demo : Angular-App
Angular is a platform and framework for building single-page client applications using HTML and TypeScript. Angular is written in TypeScript. It implements core and optional functionality as a set of TypeScript libraries that you import into your apps.
- Components Interaction
- Directives
- Angular Pipes
- Angular Forms
- RxJS
- Dependency Injection
- Angular Routing
- Angular Animations
- Angular Internationalization
- Drag and Drop
- Virtual Scrolling
- Technology: Angular-7, HTML, SCSS, i18n, Drag & Drop, Typescript.
- Database : Angular Firebase.
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 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.
npm install -g json-server
json-server --watch db.json
ng xi18n --output-path src/locale
- Bootstrap
- ngx bootstrap
- Font awsome
- Angular Perfect Scrollbar
- Online XLIFF Editor
- Angular in-memory-web-api
- Material Design for Angular
- Touch Gestures
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
1. Build:
ng build --prod
2. Install the Firebase command line tools:
npm install -g firebase-tools
3. Login using the Firebase CLI & initialize your project:
firebase login
4. Initialize the project using this command:
firebase init
5. Deploy to Firebase Hosting:
firebase deploy