angular-cn/public/docs/dart/latest/_data.json

69 lines
1.6 KiB
JSON
Raw Normal View History

2015-03-02 17:46:31 -05:00
{
"index": {
"icon": "home",
"title": "Angular Docs",
"menuTitle": "Docs Home",
chore(dart): updating to beta.16 closes #1192 Updated docs and samples to beta.16. For this first time, among other things, I payed particular attention to the changes that were made on the `ts` side of things (https://github.com/angular/angular.io/pull/1178). Since I wrote it up in my notes, here is the check list of `ts` updates with notes about how there might be corresponding changes on the Dart side: - public/docs/_examples/cb-dependency-injection/ts/app/main.ts - public/docs/_examples/cb-ts-to-js/ts/app/main.ts - cb not in Dart docs yet. - public/docs/_examples/dependency-injection/ts/app/car/car-injector.ts - public/docs/_examples/dependency-injection/ts/app/injector.component.ts - Updated Dart example code to avoid null argument. - public/docs/_examples/homepage-hello-world/ts/index.1.html - public/docs/_examples/homepage-tabs/ts/index.1.html - public/docs/_examples/homepage-todo/ts/index.1.html - public/docs/_examples/package.json - N/A for Dart. - public/docs/_examples/pipes/ts/app/app.component.html - public/docs/_examples/pipes/ts/app/app.component.ts - public/docs/_examples/pipes/ts/app/exponential-strength.pipe.ts - public/docs/_examples/pipes/ts/app/fetch-json.pipe.ts - public/docs/_examples/pipes/ts/app/random-pipe.component.ts - Dart version of sample code is incomplete, but did run in beta.15. - Example no longer runs, see https://github.com/angular/angular/issues/8258 - public/docs/_examples/quickstart/js/package.1.json - public/docs/_examples/quickstart/ts/package.1.json - public/docs/_examples/router/ts/app/main.2.ts - public/docs/_examples/testing/ts/app/mock-router.ts - N/A for Dart. - public/docs/js/latest/_data.json - public/docs/ts/latest/_data.json - Dart equivalent updated. - public/docs/ts/latest/guide/dependency-injection.jade - No need to update since it imports the TS version. - public/docs/ts/latest/guide/pipes.jade - Not in Dart prose yet. - tools/plunker-builder/indexHtmlTranslator.js - N/A for Dart.
2016-04-26 17:00:03 -04:00
"banner": "Welcome to <b>angular.io/dart</b>! The current Angular 2 release is <b>beta.16</b>. Consult the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>Change Log</a> about recent enhancements, fixes, and breaking changes."
2015-03-02 17:46:31 -05:00
},
"quickstart": {
"icon": "query-builder",
"title": "5 Min Quickstart",
"description": "Get up and running with Angular 2"
2015-03-02 17:46:31 -05:00
},
"tutorial": {
"icon": "list",
"title": "Tutorial",
"banner": "Angular 2 is currently in Beta."
},
"guide": {
"icon": "list",
"title": "Developer Guides",
"banner": "Angular 2 is currently in Beta."
2015-03-02 17:46:31 -05:00
},
2015-04-22 10:49:21 -04:00
"cookbook": {
"icon": "list",
"title": "Cookbook",
"banner": "How to solve common implementation challenges."
},
"api/": {
2015-03-02 17:46:31 -05:00
"icon": "book",
"title": "API Preview",
"reference": true
},
"cheatsheet": {
"title": "Angular Cheat Sheet",
"intro": "A quick guide to Angular syntax.",
"reference": false
2015-03-02 17:46:31 -05:00
},
"glossary": {
"title": "Glossary",
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
"reference": false
},
2015-04-23 11:34:23 -04:00
"resources": {
"icon": "play-circle-fill",
"title": "Angular Resources",
"banner": "Angular 2 is currently in Beta.",
"resources": true
2015-04-23 11:34:23 -04:00
},
2015-03-02 17:46:31 -05:00
"help": {
"icon": "chat",
"title": "Help & Support",
"resources": true
},
"styleguide": {
"title": "Docs Style Guide",
"intro": "Design & Layout Patterns For Documentation"
2015-03-02 17:46:31 -05:00
}
2015-03-02 21:42:31 -05:00
}