docs(): escape < and > from plugin install command in doc template (#1791)

* Escape < and > from plugin install command in doc template

* Fix another issue with a missing closing code fence in the same plugin file
This commit is contained in:
Samuel Goodell
2017-07-13 12:41:53 -05:00
committed by GitHub
parent 238e2ab26c
commit b265b5bd0c
2 changed files with 2 additions and 1 deletions
@@ -13,6 +13,7 @@ import { Injectable } from '@angular/core';
* constructor(private store: InAppPurchase2) { }
*
* ...
* ```
*
* * @advanced
*