fix(aio): add quote to module

This commit is contained in:
WilliamKoza 2017-07-17 21:14:13 +02:00 committed by Pete Bacon Darwin
parent 92179bcc64
commit 36faba1aab
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
</tr> </tr>
<tr> <tr>
<th>Module</th> <th>Module</th>
<td><code>import { {$ doc.name $} } from <a href="{$ doc.moduleDoc.path $}">@angular/{$ doc.moduleDoc.id $}</a>;</code></td> <td><code>import { {$ doc.name $} } from <a href="{$ doc.moduleDoc.path $}">'@angular/{$ doc.moduleDoc.id $}'</a>;</code></td>
</tr> </tr>
<tr> <tr>
<th>Source</th> <th>Source</th>