angular / in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived.
MIT License
1.18k stars 231 forks source link

npmjs.org package docs say to import from wrong package in app.module.ts #146

Closed remkohdev closed 7 years ago

remkohdev commented 7 years ago

In the npm documentation to configure the @NgModule it says to

import { HttpClientInMemoryWebApiModule } from 'http-angular-in-memory-web-api';

but I believe the export class is 'from angular-in-memory-web-api'

Note: from http-angular... vs angular...

wardbell commented 7 years ago

Good catch! Fixed in PR #147