An open API service indexing awesome lists of open source software.

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

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.