22 Commits

Author SHA1 Message Date
43b90973ef docs(navController): fix setPages signature 2017-02-21 17:05:13 -05:00
aa528fdb42 docs(navController): better type setPages
Closes https://github.com/driftyco/ionic-site/issues/970
2017-02-17 16:38:25 -05:00
fae38f910c docs(navController): argument is not optional 2017-02-17 11:27:40 -05:00
a83e3f5fd3 docs(): update broken links for nav and tab
Closes #9241
2017-01-20 14:29:29 -05:00
24d0052541 chore(noImplicitAny): add noImplicitAny to tsconfig 2017-01-12 10:14:50 -06:00
7000b1b173 refactor: improve tree shaking abilities
Internal refactor completed in order to improve tree shaking and dead
code removal. The public API, with an exception to ion-slides, has
stayed the same. However, internally many changes were required so
bundlers could better exclude modules which should not be bundled.
Ultimately most changes resorted to removing references to `window` or
`document`, or a module that referenced one of those.

BREAKING CHANGES

ion-slides was refactored to remove the external dependencies, and
rewritten in TypeScript/ES6 modules to again improve tree shaking
abilities.
2017-01-09 09:51:39 -06:00
472e8bc180 docs(nav-controller): fix escape char in Lifecycle table
the pipe before `Promise` adds a new column to the table which makes it push the description to a narrow column. Tried to fix it with replacing the pipe by the HTML ASCII pipe char.
2017-01-04 11:49:41 -08:00
f599758db4 style(viewcontroller): some TS types and minor changes 2016-12-06 01:45:37 +01:00
f5b4980e35 docs(navigation): update nav controller link to Angular's docs 2016-12-05 11:39:29 -05:00
db20af7498 chore(): fixes compilation 2016-10-01 19:13:36 +02:00
8de253a9b1 fix(app): go back navigation can close menus 2016-12-02 14:06:51 +01:00
f45b150af6 Update nav-controller.ts
Two small spelling corrections.
2016-11-28 16:52:50 -05:00
c16e56634d docs(navController): add note about overlay components 2016-11-16 11:00:56 -06:00
10dfa1704b docs(navController): improve lifecycle hooks
Closes #9128
Documenting the possible return values of lifecycle hooks
2016-11-14 10:57:08 -08:00
be72d39bd9 perf(nav): avoid running zone when it is not needed 2016-11-07 20:59:48 +01:00
bbe54ce083 Fix CanViews to ViewCans in Nav Guard section 2016-10-18 18:07:39 -04:00
86701ecfb4 docs(): better document ionCanLeave and ionCanEnter
closes https://github.com/driftyco/ionic-site/issues/829
2016-10-13 12:49:18 -04:00
58beb4173f docs(): update links 2016-10-12 14:17:35 -04:00
17fdfa80ec docs(): fix broken links 2016-10-10 17:35:07 -04:00
416e06b40b docs(navController): add canLeave and canEnter 2016-10-10 10:09:47 -04:00
6496c7a996 fix(nav): remove incorrectly used removeStart as a starting index in for loop. Fixes #8442 2016-10-08 20:22:11 -05:00
ed221eff1d refactor(nav): queue based transitions 2016-09-13 17:13:43 -05:00