From 5d34e780d7a2d007001543b3e89bd18a186a1499 Mon Sep 17 00:00:00 2001 From: wxnet2013 Date: Mon, 27 Aug 2018 17:27:41 +0800 Subject: [PATCH] docs: loading demo --- examples/loading/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/loading/package.json b/examples/loading/package.json index 07e8802..ac2ab32 100644 --- a/examples/loading/package.json +++ b/examples/loading/package.json @@ -11,6 +11,8 @@ "author": "", "license": "ISC", "dependencies": { + "@rxloop/core": "^0.8.1", + "@rxloop/loading": "^0.1.2", "rxjs": "^6.2.0", "webpack": "^4.6.0", "webpack-cli": "^2.1.2",