https://github.com/juristr/egghead-app-compile-vs-runtime-config
Repo demonstrating Angular app compile time vs. runtime configuration for my Egghead.io lessons
https://github.com/juristr/egghead-app-compile-vs-runtime-config
angular eggheadio teaching-materials
Last synced: about 1 year ago
JSON representation
Repo demonstrating Angular app compile time vs. runtime configuration for my Egghead.io lessons
- Host: GitHub
- URL: https://github.com/juristr/egghead-app-compile-vs-runtime-config
- Owner: juristr
- Created: 2018-01-21T11:33:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T12:42:30.000Z (over 8 years ago)
- Last Synced: 2025-02-09T23:16:48.792Z (over 1 year ago)
- Topics: angular, eggheadio, teaching-materials
- Language: TypeScript
- Size: 83 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Egghead.io Lessons - Angular app configuration
This repository contains the src code for my Egghead lessons on compile-time vs. runtime configuration of your Angular application.
## Video lessons
### Configure an Angular App at Compile Time
- [Egghead.io Video lesson](https://egghead.io/lessons/egghead-configure-an-angular-app-at-compile-time)
- [src code: "compile-time-config" branch](https://github.com/juristr/egghead-app-compile-vs-runtime-config/tree/compile-time-config)
### Configure an Angular App at Runtime
- [Egghead.io Video lesson](https://egghead.io/lessons/angular-configure-an-angular-app-at-runtime)
- [src code: "runtime-configuration" branch](https://github.com/juristr/egghead-app-compile-vs-runtime-config/tree/runtime-configuration)
## How to run the code
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.3.
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.