From 36faba1aabe682351f099ddd1590b91922330e80 Mon Sep 17 00:00:00 2001 From: WilliamKoza Date: Mon, 17 Jul 2017 21:14:13 +0200 Subject: [PATCH] fix(aio): add quote to module --- aio/tools/transforms/templates/api/includes/info-bar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/tools/transforms/templates/api/includes/info-bar.html b/aio/tools/transforms/templates/api/includes/info-bar.html index 2170fefbc2..5a30c525ba 100644 --- a/aio/tools/transforms/templates/api/includes/info-bar.html +++ b/aio/tools/transforms/templates/api/includes/info-bar.html @@ -11,7 +11,7 @@ Module - import { {$ doc.name $} } from @angular/{$ doc.moduleDoc.id $}; + import { {$ doc.name $} } from '@angular/{$ doc.moduleDoc.id $}'; Source