Foxandxss
81a87c2bfb
docs(webpack): remove barrel
...
closes #1389
2016-05-13 14:05:20 -07:00
Patrice Chalin
ad95b04e69
docs(dev guide): pipes - new Dart prose, update Dart and Ts code ( #1353 )
...
+ guide/pipes/ts: update docs and example code
+ guide/pipes/dart: new prose, updated example code
+ fix platform_directives reference; html cleanup
+ enable pipes e2e testing
For `e2e-spec.js`: If the async test is executed too early it will fail
(simply because the async message hasn’t been received yet).
+ follow new constants naming convention
2016-05-13 21:44:14 +01:00
Patrice Chalin
c1440e7eff
[review-pending] docs(dev guide): server-communication - new prose
...
New Dart prose, update Dart and Ts code
+ guide/server-communication/ts: update to docs and example code
+ guide/server-communication/dart: new prose, update example code
+ ignore all npm-debug.logs
+ make Jade ul li TOC elements more compact.
2016-05-13 21:32:54 +01:00
Naomi Black
d3cad1829b
chore(news): add some post-ng-conf news to the site
2016-05-13 11:07:47 -07:00
Naomi Black
e7bccbabaf
chore: update events
2016-05-13 09:14:11 -07:00
alexwolfe
9c58d28cfe
Updated Events Page
...
The table now is using the table from the style guide and presents the
information in a clearer more attractive way to viewers.
2016-05-13 08:48:27 -07:00
Ward Bell
9b27bfb61e
docs(webpack): checkin missing snippets; .js->.ts
...
closes #1375
2016-05-12 18:18:21 -07:00
Eric Jimenez
024b680e68
fix(copy btn): remove overflow from button. Refactor styles out of inlines within directive
2016-05-12 17:49:33 -07:00
Eric Jimenez
621bc31c61
feat(no index): remove index from api list, it is unnecessary additional information from dgeni
2016-05-12 17:49:16 -07:00
Eric Jimenez
b5d2973163
feat(security badge): add a security badge to api docs. Only appears if @security is present in angular2
2016-05-12 17:48:54 -07:00
Foxandxss
96238bbfab
docs(cb-webpack): add guide chapter about webpack
2016-05-12 17:22:14 -07:00
Peter Bacon Darwin
8b1683f513
api-builder: update to dgeni-packages 0.13.0
2016-05-12 03:40:57 -07:00
Peter Bacon Darwin
92ca0f3a9f
api-builder: add project specific typescript configuration
2016-05-12 03:40:57 -07:00
Peter Bacon Darwin
ac583748d1
api-builder: update to dgeni-packages 0.12.0 - factoring out the typescript package
2016-05-12 03:40:57 -07:00
Ferdinand Malcher
aaa927bc43
docs(glossary): export in barrels
...
closes #1326
The example is about exports, so no imports here
2016-05-11 20:19:40 -07:00
Aristeidis Bampakos
cc450ad6e8
docs(npm-packages): Fixed several typos
2016-05-11 20:07:40 -07:00
Eric Jimenez
54bbbad82d
fix(homepage gap): remove margin top from features
2016-05-11 19:46:23 -07:00
Eric Jimenez
d26461024c
feat(dgeni audit): add more keys to the api-list, this makes it easier to see changes across the api
2016-05-11 19:46:23 -07:00
Aristeidis Bampakos
6a1e6e3bf6
docs(hierarchical-dependency-injection): Fixed typo
...
closes #1345
Fixed typo with the word "possibility"
2016-05-11 19:33:17 -07:00
Aristeidis Bampakos
9f267ca80f
docs(forms): Typo - missing space before "Now we can control"
...
closes #1343
2016-05-11 19:30:49 -07:00
Dmitri Suvorov
33745ec220
docs(tutorial): fix typo (slowy -> slowly)
...
closes #1332
2016-05-11 19:24:00 -07:00
Brian McDaniel
064936012f
docs(component-styles): fix typo (withing -> within)
...
closes #1330
2016-05-11 19:22:31 -07:00
Oren Farhi
82a5bfc5bf
docs(style-guide): added ng2 snippets for sublime text
...
closes #1328
2016-05-11 19:20:01 -07:00
Ferdinand Malcher
8b19a5622a
docs(glossary): input decorator in same line
...
closes #1327
According to styleguide the @Input() decorator should be placed in the same line
2016-05-11 19:06:09 -07:00
blAck PR
5eb0dbc517
docs(style-guide): fix #1289 BAD FILENAME
...
closes #1290 , #1289
Change structure to match style-04-06 as proposed by mrkiffie; fix double back slash
2016-05-11 18:58:21 -07:00
Gregor Woiwode
f6f407275f
References snippets for atom
2016-05-11 18:53:09 -07:00
Ferdinand Malcher
1674f10a00
docs(styleguide): typo "hightlight"
...
closes #1287
2016-05-11 18:50:39 -07:00
Ward Bell
e99e9185ba
docs(index.html) remove extra space in `System.import`line.
2016-05-11 18:42:31 -07:00
Ward Bell
19b50c82f6
docs(plunker): revise systemjs.config for plunker to load fewer files
2016-05-11 18:42:13 -07:00
Ward Bell
2e486cc046
docs(typings): add typings.d.ts for module.id and __moduleName; update docs
...
closes #1355 and #1312
2016-05-11 13:20:42 -07:00
Foxandxss
c8bdbd5ea9
docs(toh): link to deprecated router
...
closes #1309
2016-05-10 21:56:19 -07:00
Matti Salokangas
9424e9bb28
Fix incorrect gulp task name in README
...
closes #1306
2016-05-10 21:53:15 -07:00
Ward Bell
19bf5f6689
docs(router-deprecated): fix example links that weren't to deprecated code
...
closes #1340
2016-05-10 21:40:09 -07:00
Foxandxss
14262e3b6a
docs(router-deprecated): link doc to deprecated examples
...
closes #1291
2016-05-10 21:34:07 -07:00
Foxandxss
142ad5dd19
docs(quickstart): fix broken file-listings and reveal some systemjs when not verbose
...
Closes PRs #1304 and #1324 and issues #1303 and #1321
2016-05-10 21:17:49 -07:00
Kyle Roberts
45b5053fed
docs(hierarchical DI): typos "it's" and add commas
...
closes #1288
2016-05-10 20:24:08 -07:00
Foxandxss
93a8925b10
docs(style-guide): update 10-01 for new router
...
closes #1281
2016-05-10 20:17:11 -07:00
Foxandxss
ba3c0ab7a0
docs(quickstart): fix a numeric typo
...
closes #1279
2016-05-10 20:13:45 -07:00
Foxandxss
039f54d9e2
docs(server-communication): fix broken example
2016-05-10 20:10:18 -07:00
Stephen Fluin
06872dc4e6
chore(bio): Added missing website for Stephen
...
closes #1253
2016-05-10 17:10:24 -07:00
Foxandxss
773afc5f17
chore: make protractor report failed suites
...
closes #1242
2016-05-10 17:08:28 -07:00
Jesse Palmer
82c2e6b634
docs(books): removes redundant link
...
closes #1237
2016-05-10 17:05:07 -07:00
rexebin
89f9ea146c
Update question-control.service.ts
...
closes #1095
control value now will be initialized with 'question.value', regardless if the control has validation of 'required' or not.
2016-05-10 16:40:53 -07:00
Foxandxss
64babe2a69
docs(displaying-data): add table of contents
2016-05-10 16:22:38 -07:00
Patrice Chalin
55bec4a097
chore(gulpfile): don't watch the dart build folder ( #1344 )
2016-05-10 13:17:10 +01:00
Patrice Chalin
ef66e38e54
docs(dev guide): Update 'Component Styles' prose ( #1320 )
...
Reowork Ts prose and add Dart prose/code
+ Updates to docs and example code
(Starting point for Dart code was taken from #1171.)
2016-05-10 08:51:23 +01:00
Naomi Black
6d80a42bea
chore(hero): remove the ng-conf banner post-event
2016-05-09 23:23:11 -07:00
Rahul
17769df8f5
Typo in all-resources.jade ng-lightning
2016-05-09 23:17:57 -07:00
Rahul
602f5c5fa8
Fix licence on package.json to MIT
2016-05-09 23:17:57 -07:00
Terry Moore II
f3c83b0869
Rename fodlers to folders
2016-05-09 23:17:57 -07:00