Closed emoralesb05 closed 8 years ago
from @ilsiepotamus:
This PR integrates the covalent-data mock API server into the quickstart.
localhost:8080
by default. ./mock-api
. ./src/data
./users
and /items
dashboard
, detail
, and user
components to pick between mock API and static datausers
and items
services with mock API http callscd mock-api
./covalent-data.osx
)ng serve
This is what the API server output looks like if everything went well:
LGTM!
Description
Upgrade dependencies to @covalent@0.7.0
What's included?
@angular
:@angular2-material
:@covalent@0.7.0
and updated config with breaking changes.@angular@2.0.0-rc.7
and@angular2-material@2.0.0-alpha.8-1
+ needed dependencies. (handled by@covalent/core
ngModule
as part of a breaking change inrc5/rc6
.layout
breaking changes.http
(interceptor) andchips
module examples.loading
example.td-loading
mask.app.component.scss
to have error validation css formd-input
+manage-list
css helper classes.Test Steps
npm i
ng serve
npm run test
npm run e2e-test
(withng serve
running in another window)