This blog has been created using angularCLI with the lastest Angular 4.0.0-RC.
The goal is create the blog that post how it has been build step by step using angular/cli.
As a prove of concept, we will connect to Firebase for authenticate and database support.
You can access to that blog https://www.daniru.com
- Tooling
- Angular CLI RC.1
- Create Angular App.
- Create a Github Repository and push the project.
- Deploy to Github Pages.
- Create Module
- Create Blog Service
- Adding Basic Components
- Routing
- Extend interfaces.
- Refactor blog Service to read data from JSON File.
- Create Compoennt to display the data from the new interfaces.
- Create Custom Pipes to transform MarkDown text and pretyprint code files.
- Create Directive to Clipboard the content of the files
- Adding Pagination