JS-401-Angular
  • Introduction
  • Part 1: TypeScript Overview
    • 1.1: Types
    • 1.2: Classes
    • 1.3: Interfaces
  • Part 2: Angular Architecture
    • 2.1: MVC
    • 2.2: Modules
    • 2.3: Components
  • Part 3: Lifecycle Hooks
    • 3.1: Overview
  • Part 4: Data Binding
    • 3.1: String Interpolation
    • 3.2: Property Binding
    • 3.3: Event Binding
    • 3.4: Two-Way Data Binding
  • Part 4: Directives
    • 4.1: ngIf and ngFor
    • 4.2: Attribute Directives
    • 4.3: Structural Directives
  • Part 5: Pipes
    • 5.1: Overview
  • Part 6: Observables and RxJS
    • 6.1: Observables
    • 6.2: RxJS
    • 6.3: Custom Observables
  • Part 7: Dependency Injection and Services
    • 6.1: Observables
    • 6.2: RxJS
    • 6.3: Custom Observables
  • Eleven Fifty Style Guide
Powered by GitBook
On this page
  • Colors
  • Font
  • For Gitbook

Eleven Fifty Style Guide

Colors

$red: #D9514E;
$charcoal: #53565A;
$orange: #f79569;
$cyan: #86BAD3;
$teal: #9AD0D5;
$green: #8acfba;
$yellow: #F6D57A;
$purple: #A992BC;
$brown: #725b4d;

Font

Belleza - this font is already included in the starter template

For Gitbook

  • # on all pages for title of page

  • Page titles are to be all capitalized

  • ### for subheadings

  • Replace the gitbook instructions with a course introduction in the README.md file

  • Include filenames and Component names in backticks

  • Keep EFA Logo on Front Page

  • Directions exceeding 2 steps should be numbered/bulleted….

  • Make sure all code is in a code block (three backticks and the language - see markdown docs)

  • Resources/Works Cited at the end

  • Have all assets locally and in git

  • Modules should be listed numerically

  • Summary format should follow the example in SUMMARY.md

Previous6.3: Custom Observables

Last updated 7 years ago