Placeholders for DI, Pipes, and Router pages

This commit is contained in:
Ward Bell 2015-10-17 10:01:41 -07:00 committed by Naomi Black
parent 3105660200
commit a27c905344
4 changed files with 35 additions and 6 deletions

View File

@ -0,0 +1,9 @@
include ../../../../_includes/_util-fns
:markdown
# Dependency Injection
It's coming soon!
.l-main-section
:markdown
## What's not to love?

View File

@ -0,0 +1,9 @@
include ../../../../_includes/_util-fns
:markdown
# Pipes
It's coming soon!
.l-main-section
:markdown
## What's not to love?

View File

@ -0,0 +1,9 @@
include ../../../../_includes/_util-fns
:markdown
# App Navigation with the Router
It's coming soon!
.l-main-section
:markdown
## What's not to love?

View File

@ -220,15 +220,17 @@ figure.image-display
Congratulations … youve completed Jasmine testing 101.
.l-main-section
:markdown
## Learn more
Learn more about basic Jasmine testing here
[Resources TBD](./#)
<!-- TODO
.l-main-section
:markdown
## Learn more
Learn more about basic Jasmine testing here
[Resources TBD](./#)
-->
.l-main-section
:markdown
## Whats Next?
Now that were familiar with Jasmine on its own, were ready to test an application.
What application? We introduce you to that app in the next chapter.
What application? We introduce you to it in the next chapter.