Skip to content

Commit fcbc619

Browse files
committed
docs(cb-jquery-plugin): Integrating drag and drop
text feat(resources): add more pages. Increase font size. Rename in footer. All encompassing resource page chore(resources): update resources links and header and footer chore(presskit): make reuse permissions more clear chore(dart & ts): update to beta.17 Change `ngFor=“#…”` to `ngFor=“let…` in code. All are .dart files except for `app_component.html` which also has changes for: - `<inpuf var-foo…`> to `<input ref-foo…>` - `#docregion` tag name updates from var-foo to ref-foo. - Other misc updates to minimize diffs with TS version of file, whitespace differences were ignored. + Minor update to sync up Dart prose with TS prose. + Used https://github.com/angular/angular/wiki/Angular-2-Dart-Transformer#resol ved_identifiers to solve angular#1033 Guide/pipes not updated as it will be rolled back to beta.15 in PR angular#1220. chore(dart): pipes example rolled back to beta.15 The pipes example stopped working in beta.16; roll it back to the last known working version. See earlier commit for code changes necessary in support of beta.16: angular@0557c728d75e519bc6846b37492 414dff540c6ee docs(style-guide): add style-guide - v.5 docs: rename heros to heroes docs(lifecycle-hooks): update directive selector to camelCase closes angular#1236 docs(style-guide): add style-guide - v.6 docs: fix a few typos closes angular#1239 docs(style-guide): fix merge issues closes angular#1244 chore(updates): update resources and livestream hero chore(dgeni): update dgeni to handle repackaging changes feat(images): new frontpage as directed by Alex Wolfe. New images from Fatima Remtullah chore(hero): update hero banner for ngconf livestream feat(features: update features section) chore(dgeni): update dgeni to serve old and new router chore(copyedit): copyedits to feature page text feat(docs landing): new docs landing converts docs landing template to use layout classnames rather than attribute syntax chore: update to rc.0 docs: switch to commonjs module generation docs(style-guide): revisions for New World (repack) closes angular#1260 docs(samples): removed unused typings excludes from tsconfig docs(router): samples and doc for new router (phase 1) docs: update all docs to partially comply the style-guide docs(router): document new router and samples - phase 2 docs(quickstart): fix misplaced close paren docs(npm-packages): typo ES6 = ES2015 closes angular#1263 docs(quickstart.jade): Modify "Typescript type definition file" link up-to-date url closes angular#1262 docs(pipes): change description for parameters to reflect change in beta.16 closes angular#1197 docs(style-guide): fix some typos closes angular#1275 docs(style-guide): fix some typos (missed one) docs(ts/js): update to rc1 upgrade to rc1
1 parent 798a55b commit fcbc619

File tree

765 files changed

+10489
-4884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

765 files changed

+10489
-4884
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ var _exampleBoilerplateFiles = [
7777
'karma-test-shim.js',
7878
'package.json',
7979
'styles.css',
80+
'systemjs.config.js',
8081
'tsconfig.json',
8182
'tslint.json',
8283
'typings.json',

public/_data.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
},
77

88
"features": {
9-
"title": "Features & Benefits",
10-
"subtitle": "Powerful Features for Developing Apps"
9+
"title": "Features & Benefits"
1110
},
1211

1312
"contribute": {
@@ -17,8 +16,7 @@
1716
},
1817

1918
"news": {
20-
"title": "News",
21-
"subtitle": "Check out what we are up to"
19+
"title": "News"
2220
},
2321

2422
"events": {

public/_includes/_footer.jade

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,37 @@ else
1313
.c3.main-footer-branding
1414
.logo-inverse-large
1515

16-
.c2
16+
.c3
1717
h3.text-headline RESOURCES
1818

1919
ul.text-body
20-
li <a href="/presskit.html">Press Kit</a>
2120
// TODO: (ericjim) make a libraries page to showcase all angular 2 libraries
2221
//li <a href="/libraries.html">Libraries</a>
23-
li <a href="https://angularjs.org/"> Angular 1 for JS</a>
24-
li <a href="https://material.angularjs.org"> Angular Material</a>
25-
li <a href="https://www.firebase.com/docs/web/libraries/angular/"> AngularFire</a>
26-
27-
.c2
28-
h3.text-headline LEARN
22+
li <a href="/about/">About</a>
23+
li <a href="/resources/">Books & Training</a>
24+
li <a href="/resources/">Tools & Libraries</a>
25+
li <a href="/resources/">Community</a>
26+
li <a href="/presskit.html">Press Kit</a>
2927

30-
ul.text-body
31-
li <a href="/docs/ts/latest/guide/">Basics</a>
32-
li <a href="/books.html">Books</a>
33-
li <a href="/training.html">Training</a>
34-
li <a href="/docs/ts/latest/resources.html">Videos and Posts</a>
35-
li <a href="/tooling.html">Tooling & Libraries</a>
36-
li <a href="/communities.html">Communities</a>
37-
//li <a href="http://goo.gl/sj0Nk1">Design Docs &amp; Notes</a>
38-
39-
.c2
28+
.c3
4029
h3.text-headline HELP
4130

4231
ul.text-body
43-
li <a href="/contribute.html"> Contribute</a>
44-
li <a href="/support.html">Support Page</a>
45-
li <a href="https://github.com/angular/angular/issues"> File a Ticket</a>
46-
li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Product Feedback</a>
32+
li <a href="http://stackoverflow.com/questions/tagged/angular2">Stack Overflow</a>
33+
li <a href="https://gitter.im/angular/angular">Gitter</a>
34+
li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
35+
li <a href="https://github.com/angular/angular/issues"> Report Issues</a>
36+
li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Site Feedback</a>
4737

4838
.c3
4939
h3.text-headline COMMUNITY
5040

5141
ul.text-body
52-
li <a href="/events.html"> Events & Meetups</a>
53-
li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
54-
li <a href="https://plus.sandbox.google.com/+AngularJS/posts"> Google+</a>
42+
li <a href="/events.html">Events</a>
43+
li <a href="http://www.meetup.com/topics/angularjs/">Meetups</a>
5544
li <a href="https://twitter.com/angularjs"> Twitter</a>
5645
li <a href="https://github.com/angular/angular"> GitHub</a>
46+
li <a href="/contribute.html"> Contribute</a>
5747

5848

5949
footer(class="background-steel")

public/_includes/_hero-home.jade

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ header(class="background-sky")
55
.hero-cta
66
a(href="/docs/ts/latest/quickstart.html" class="md-raised button button-large button-plain" md-button) Get Started
77

8-
.banner.is-centered
8+
.banner.banner-floaty
99
.banner-ng-annoucement
10-
h4 Announcing Angular Attack — a 48 hour online hackathon on May 14 - 15th, 2016.&nbsp;
11-
a(href="https://www.angularattack.com/" target="_blank") Register Today
10+
div(class="banner-text")
11+
p Watch the ng-conf Live Stream May 4th-6th.&nbsp;
12+
div(class="banner-button")
13+
a(href="https://www.ng-conf.org/#/extended" target="_blank" class="button md-button") View Live Stream

public/_includes/_main-nav.jade

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ md-toolbar(class="main-nav background-regal l-pinned-top l-layer-5",scroll-y-off
1212
li.l-left <a class="main-nav-button" href="/docs/#{language}/latest/" md-button>Docs</a>
1313
li.l-left <a class="main-nav-button" href="/events.html" md-button>Events</a>
1414
li.l-left <a class="main-nav-button" href="/news.html" md-button>News</a>
15-
li.l-left <a class="main-nav-button" href="/about/" md-button>About</a>
1615
li.l-right <a class="main-nav-button" href="/docs/ts/latest/quickstart.html" md-button>Get Started</a>

public/docs/_examples/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ tslint.json
1515
wallaby.js
1616
npm-debug*.
1717
protractor.config.js
18+
systemjs.config.js
1819
_test-output
1920
_temp
21+
**/ts/**/*.js
22+
**/ts-snippets/**/*.js
23+
**/ts/**/*.d.ts
2024

2125
!**/*e2e-spec.js
26+
!systemjs.config.1.js

public/docs/_examples/architecture/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 0.0.1
55
environment:
66
sdk: '>=1.13.0 <2.0.0'
77
dependencies:
8-
angular2: 2.0.0-beta.16
8+
angular2: 2.0.0-beta.17
99
browser: ^0.10.0
1010
dart_to_js_script_rewriter: ^1.0.1
1111
transformers:

public/docs/_examples/architecture/ts/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// #docregion import
2-
import {Component} from 'angular2/core';
2+
import { Component } from '@angular/core';
33
// #enddocregion import
4-
import {HeroListComponent} from './hero-list.component';
5-
import {SalesTaxComponent} from './sales-tax.component';
4+
import { HeroListComponent } from './hero-list.component';
5+
import { SalesTaxComponent } from './sales-tax.component';
66

77
@Component({
88
selector: 'my-app',
@@ -14,4 +14,4 @@ import {SalesTaxComponent} from './sales-tax.component';
1414
})
1515
// #docregion export
1616
export class AppComponent { }
17-
// #enddocregion export
17+
// #enddocregion export
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import {Injectable, Type} from 'angular2/core';
2-
import {Logger} from './logger.service';
3-
import {Hero} from './hero';
1+
import { Injectable, Type } from '@angular/core';
2+
3+
import { Logger } from './logger.service';
4+
import { Hero } from './hero';
45

56
const HEROES = [
67
new Hero('Windstorm', 'Weather mastery'),
@@ -10,15 +11,15 @@ const HEROES = [
1011

1112
@Injectable()
1213
export class BackendService {
13-
constructor(private _logger: Logger) {}
14+
constructor(private logger: Logger) {}
1415

1516
getAll(type:Type) : PromiseLike<any[]>{
1617
if (type === Hero) {
1718
// TODO get from the database
1819
return Promise.resolve<Hero[]>(HEROES);
1920
}
2021
let err = new Error('Cannot get object of this type');
21-
this._logger.error(err);
22+
this.logger.error(err);
2223
throw err;
2324
}
24-
}
25+
}

0 commit comments

Comments
 (0)