@@ -141,7 +141,7 @@ a#bootstrap
141
141
:marked
142
142
The samples in this chapter demonstrate the dynamic bootstrapping approach.
143
143
144
- <live-example embedded plnkr="minimal.0">Try the live example.</live-example>
144
+ <live-example embedded plnkr="minimal.0" img="devguide/ngmodule/minimal-plunker.png" >Try the live example.</live-example>
145
145
146
146
147
147
### Static bootstrapping with the Ahead-Of-Time (AOT) compiler
@@ -443,10 +443,10 @@ a#application-scoped-providers
443
443
444
444
:marked
445
445
Try the example:
446
- <live-example embedded plnkr="contact.1b"></live-example>
446
+ <live-example embedded plnkr="contact.1b" img="devguide/ngmodule/contact-1b-plunker.png" ></live-example>
447
447
448
448
a#resolve-conflicts
449
- .l-main-section
449
+ .l-main-section
450
450
:marked
451
451
## Resolve directive conflicts
452
452
@@ -617,7 +617,7 @@ a#feature-modules
617
617
618
618
Try this `ContactModule` version of the sample.
619
619
620
- <live-example embedded plnkr="contact.2">Try the live example.</live-example>
620
+ <live-example embedded plnkr="contact.2" img="devguide/ngmodule/contact-2-plunker.png" >Try the live example.</live-example>
621
621
622
622
a#lazy-load
623
623
.l-main-section
@@ -630,7 +630,8 @@ a#lazy-load
630
630
Their specifics aren't important to the story and we won't discuss every line of code.
631
631
.l-sub-section
632
632
:marked
633
- Examine and download the complete source for this version from the <live-example plnkr="pre-shared.3">live example.</live-example>
633
+ Examine and download the complete source for this version from the
634
+ <live-example plnkr="pre-shared.3" img="devguide/ngmodule/v3-plunker.png">live example.</live-example>
634
635
:marked
635
636
Some facets of the current application merit discussion.
636
637
@@ -785,7 +786,7 @@ a#hero-module
785
786
786
787
The `CrisisModule` is much the same. There's nothing more to say that's new.
787
788
788
- <live-example embedded plnkr="pre-shared.3">Try the live example.</live-example>
789
+ <live-example embedded plnkr="pre-shared.3" img="devguide/ngmodule/v3-plunker.png" >Try the live example.</live-example>
789
790
790
791
a#shared-module
791
792
.l-main-section
@@ -1038,7 +1039,7 @@ a#prevent-reimport
1038
1039
### Conclusion
1039
1040
1040
1041
You made it! You can examine and download the complete source for this final version from the live example.
1041
- <live-example embedded></live-example>
1042
+ <live-example embedded img="devguide/ngmodule/final-plunker.png" ></live-example>
1042
1043
1043
1044
### Frequently Asked Questions
1044
1045
0 commit comments