> git clone https://github.com/majkel12347/angular-cms.git
> cd angular-cms
> npm install
> ng serve
To Log In to example project
> User : [email protected]
> password: 111111
> Create a src/app/services/.configuation file
> add a FIREBASE AUTHENTICATION config file which you can obtain when you create a firebase app auth account.
> example code can be found in the configuration.example.ts file
Angular application including all of the Angular 6 updates. The project focuses on the key features and skills required to successfully implement a modern angular application. The code is commented for easy reference and links below provide additional resources.
Components
AuthGuards
Firebase Authentication
Personalisation
Services
Forms
Http requests
Observables
Routing ActivatedRoutes and Params
Input and Output decorators
CRUD operations to recipes and shopping list
Database intergration
Models
Directives