diff --git a/guide/portuguese/angularjs/index.md b/guide/portuguese/angularjs/index.md index 0cb8e45041..b84b961b90 100644 --- a/guide/portuguese/angularjs/index.md +++ b/guide/portuguese/angularjs/index.md @@ -10,21 +10,22 @@ O AngularJS (versões 1.x) é uma estrutura JavaScript de front-end de software npm: -\`\` \`shell npm instalar angular +```shell +npm install angular ``` -HTML: +HTML: + +```html + ``` -html -``` -bower: -``` +bower: -Concha bower instalar angular +```shell +bower install angular ``` -HTML: +HTML: + +```html + ``` - -html - -\`\` \` \ No newline at end of file