longbowww - Overview
Pinned Loading
-
quick and dirty demo of standard ang... quick and dirty demo of standard angular service pattern
1
import { Injectable } from '@angular/core';
2
import { Observable } from 'rxjs/Observable';
3
import { Http, Response } from '@angular/http';
4
5
export class Book {
