β‘ Angular Website Example
- Converts a (free) html template to Angular 11. Do not update to Angular12.
- Tutorial code from AdMISTER STUDIOs - see
π Inspiration below. - Note: to open web links in a new window use: ctrl+click on link
π Table of contents
π General info
- Youtube videos - convert html template to angular website - follow 16 parts.
π· Screenshots
πΆ Technologies
- Angular v11
- RxJS Library v6 used to subscribe to the API data observable.
- The HttpClient in @angular/common/http offers a simplified client HTTP API for Angular applications that rests on the XMLHttpRequest interface exposed by browsers.
πΎ Setup
- Run
npm ito install dependencies. - Run
ng servefor a dev server. - Navigate to
http://localhost:4200/. The app will automatically reload if you change any of the source files.
π» Code Examples
to follow
to followπ Features
- Updated to Angular 11.
π Status & To-Do List
- Status: Working but website incomplete. All dependencies updated. Compiles and displays in browser.
- To-Do: Fix border issue in css global styling. Complete Youtube videos.
π Inspiration
- Create your first website using angular 6 -- Part 1 -- HTML Template to Angular Component
- Create your first website using angular 6 -- Part 2-- Routing and Static data to configuration file
- Create your first website using angular 6 -- Part 3 -- Configuration File
- One Page Love website of html templates
π License
- This project is licensed under the terms of the MIT license.
βοΈ Contact
- Repo created by ABateman, email: gomezbateman@yahoo.com
