This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
0
You've already forked angular-docs-cn
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
angular-docs-cn
/
public
/
docs
/
_examples
/
style-guide
/
ts
/
04-14
/
app
/
index.ts
4 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Rc5 doc sweep (#2218) * Removed 03-05, 04-12, 04-15. Removed style for whitespace in imports. Removed + sign prefix for routing folders. Updated all code. Removed style that said to use lazy loading. There was no value in the style other than use it :) * renamed componet router to router
2016-09-13 21:51:03 -04:00
export
*
from
'./heroes'
;
docs(style-guide): make style guide code compliant with itself closes #1578
2016-05-24 15:16:23 +02:00
export
*
from
'./shared'
;
chore: first sweep on linting the codebase closes #1616
2016-06-08 01:06:25 +02:00
export
*
from
'./app.component'
;
Reference in New Issue
Copy Permalink