Placeholders for DI, Pipes, and Router pages
This commit is contained in:
parent
3105660200
commit
a27c905344
|
@ -0,0 +1,9 @@
|
||||||
|
include ../../../../_includes/_util-fns
|
||||||
|
|
||||||
|
:markdown
|
||||||
|
# Dependency Injection
|
||||||
|
It's coming soon!
|
||||||
|
|
||||||
|
.l-main-section
|
||||||
|
:markdown
|
||||||
|
## What's not to love?
|
|
@ -0,0 +1,9 @@
|
||||||
|
include ../../../../_includes/_util-fns
|
||||||
|
|
||||||
|
:markdown
|
||||||
|
# Pipes
|
||||||
|
It's coming soon!
|
||||||
|
|
||||||
|
.l-main-section
|
||||||
|
:markdown
|
||||||
|
## What's not to love?
|
|
@ -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?
|
|
@ -220,15 +220,17 @@ figure.image-display
|
||||||
|
|
||||||
Congratulations … you’ve completed Jasmine testing 101.
|
Congratulations … you’ve completed Jasmine testing 101.
|
||||||
|
|
||||||
.l-main-section
|
<!-- TODO
|
||||||
:markdown
|
.l-main-section
|
||||||
|
:markdown
|
||||||
## Learn more
|
## Learn more
|
||||||
Learn more about basic Jasmine testing here
|
Learn more about basic Jasmine testing here
|
||||||
[Resources TBD](./#)
|
[Resources TBD](./#)
|
||||||
|
-->
|
||||||
|
|
||||||
.l-main-section
|
.l-main-section
|
||||||
:markdown
|
:markdown
|
||||||
## What’s Next?
|
## What’s Next?
|
||||||
Now that we’re familiar with Jasmine on its own, we’re ready to test an application.
|
Now that we’re familiar with Jasmine on its own, we’re 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.
|
Loading…
Reference in New Issue