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
- Host: GitHub
- URL: https://github.com/smerth/angular-2-media-watch-list
- Owner: smerth
- Created: 2016-12-09T23:27:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T20:34:55.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T04:17:12.240Z (about 1 year ago)
- Topics: angular, fountainjs
- Language: JavaScript
- Homepage: https://smerth.github.io/angular-2-media-watch-list/
- Size: 1.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 2 Essential Training

## 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..?