From 448fd4f0b35d82d5dd8ae428b8d212a2bc05d0f7 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sun, 20 Nov 2016 15:33:08 -0800 Subject: [PATCH] docs(quickstart): show qs files via code-tabs for Dart (#2839) --- public/docs/dart/latest/quickstart.jade | 7 ++----- public/docs/ts/_cache/quickstart.jade | 9 +++++---- public/docs/ts/latest/quickstart.jade | 8 +++++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/public/docs/dart/latest/quickstart.jade b/public/docs/dart/latest/quickstart.jade index 838a02f45e..f5fb5c5d21 100644 --- a/public/docs/dart/latest/quickstart.jade +++ b/public/docs/dart/latest/quickstart.jade @@ -46,11 +46,6 @@ block create-your-app :marked Let's create a folder to hold our application and add a super-simple Angular component. -block annotation-fields - :marked - The call to the `@Component` constructor has two - named parameters, `selector` and `template`. - block create-main p. Now we need something to tell Angular to load the root component. @@ -196,6 +191,8 @@ block project-file-structure other directories and dotfiles. block project-files + :marked + Try the , or view the files here: +makeTabs(` quickstart/ts/app/app.component.ts, quickstart/ts/app/main.ts, diff --git a/public/docs/ts/_cache/quickstart.jade b/public/docs/ts/_cache/quickstart.jade index 817f34361f..3c92274c99 100644 --- a/public/docs/ts/_cache/quickstart.jade +++ b/public/docs/ts/_cache/quickstart.jade @@ -5,7 +5,6 @@ block includes - var _angular_browser_uri = '@angular/platform-browser-dynamic' - var _angular_core_uri = '@angular/core' - var _stepInit = 4 // Step # after NgModule step - - var _quickstartSrcURL='https://github.com/angular/quickstart/blob/master/README.md' //- TS/Dart shared step counter - var step = _stepInit @@ -43,7 +42,7 @@ h1 Build this application! - [Step !{step++}](#index): Define the web page that hosts the application. - [Step !{step++}](#build-and-run): Build and run the application. - [Step !{step++}](#make-changes): Make some live changes. - - [Wrap up and Next Steps](#wrap-up) + - [Wrap up and next steps](#wrap-up) - var step = _stepInit // reinitialize step counter for headers to come @@ -360,8 +359,10 @@ block project-file-structure .file styles.css .file systemjs.config.js .file tsconfig.json -:marked - To see the file contents, open the . + +block project-files + :marked + To see the file contents, open the . .l-main-section :marked diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 8c04bccf34..3c92274c99 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -42,7 +42,7 @@ h1 Build this application! - [Step !{step++}](#index): Define the web page that hosts the application. - [Step !{step++}](#build-and-run): Build and run the application. - [Step !{step++}](#make-changes): Make some live changes. - - [Wrap up and Next Steps](#wrap-up) + - [Wrap up and next steps](#wrap-up) - var step = _stepInit // reinitialize step counter for headers to come @@ -359,8 +359,10 @@ block project-file-structure .file styles.css .file systemjs.config.js .file tsconfig.json -:marked - To see the file contents, open the . + +block project-files + :marked + To see the file contents, open the . .l-main-section :marked