From e0e1865b4c67586fc6af4333a747ae1dbee86b73 Mon Sep 17 00:00:00 2001 From: Bloombug Date: Tue, 30 Oct 2018 03:25:56 +0000 Subject: [PATCH] Command fields changed (#20447) Changed code / command section of the document to match official one's (bower command was incorrect, bad formatting). --- guide/portuguese/angularjs/index.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) 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