From 6f1a89e3a94a33eee95851546117e1c9937cb455 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Mon, 2 Nov 2015 16:42:57 -0800 Subject: [PATCH] refactor(playground): update the order management example to use the recommended APIs --- modules/playground/src/order_management/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/playground/src/order_management/index.ts b/modules/playground/src/order_management/index.ts index b6836f5ff3..bd9ab3e5c1 100644 --- a/modules/playground/src/order_management/index.ts +++ b/modules/playground/src/order_management/index.ts @@ -4,7 +4,6 @@ import { NgFor, Component, Directive, - View, Host, forwardRef, Provider,