You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ng github-pages:deploy --message "Optional commit message"
234
234
```
235
235
@@ -249,7 +249,7 @@ To simplify the authentication, be sure to [setup your ssh keys](https://help.gi
249
249
250
250
If you are deploying a [user or organization page](https://help.github.com/articles/user-organization-and-project-pages/), you can instead use the following command:
251
251
252
-
```
252
+
```bash
253
253
ng github-pages:deploy --user-page --message "Optional commit message"
254
254
```
255
255
@@ -315,7 +315,7 @@ Angular-CLI supports all major CSS preprocessors:
315
315
316
316
To use these prepocessors simply add the file to your component's `styleUrls`:
317
317
318
-
```
318
+
```javascript
319
319
@Component({
320
320
selector:'app-root',
321
321
templateUrl:'app.component.html',
@@ -378,7 +378,7 @@ npm install bootstrap@next
378
378
379
379
Then add the needed script files to `apps[0].scripts`:
380
380
381
-
```
381
+
```json
382
382
"scripts": [
383
383
"../node_modules/jquery/dist/jquery.js",
384
384
"../node_modules/tether/dist/js/tether.js",
@@ -387,7 +387,7 @@ Then add the needed script files to `apps[0].scripts`:
387
387
```
388
388
389
389
Finally add the Bootstrap CSS to the `apps[0].styles` array:
0 commit comments