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

https://github.com/smerth/angular-2-media-watch-list

App to list media to watch (TV series and Movies,) built with Angular 2 starting from the FountainJS angular-2-generator
https://github.com/smerth/angular-2-media-watch-list

angular fountainjs

Last synced: about 2 months ago
JSON representation

App to list media to watch (TV series and Movies,) built with Angular 2 starting from the FountainJS angular-2-generator

Awesome Lists containing this project

README

          

# Angular 2 Essential Training

![App Screenshot](https://raw.githubusercontent.com/smerth/angular-2-media-watch-list/master/screenshot.png)

## About

This is a list app which allows users to list media they

The starting point is the Yeoman FountainJS Generator for Angular2 instead of the Tutorial code.

[generator-fountain-webapp](https://github.com/FountainJS/generator-fountain-webapp)

Install FountainJS with default options but make sure to choose, choose Typescript, and @angular/router since the tutorial code uses both.

## Install

git clone the repo

Run `npm install`

## Usage

`npm run build` to build an optimized version of your application in /dist
`npm run serve` to launch a browser sync server on your source files
`npm run serve:dist` to launch a server on your optimized application
`npm run test` to launch your unit tests with Karma
`npm run test:auto` to launch your unit tests with Karma in watch mode

## TODO

### Fix Nav:

FountainJS build and the Tutorial build are set up differently with component nesting and routing...
So in the tutorial the navigation is ever present, while inn the Fountain app the nav is only on the front page.

### `npm run build` is broken

Build doesn't copy over the html files to dist.

Check Out: [Support on Slack](https://fountain-slack.herokuapp.com)

ng-class on media list and media items is not working -> returning an empty object..?