-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSampleModule.html
570 lines (500 loc) · 26.6 KB
/
SampleModule.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>angular-example-library</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top visible-xs">
<a href="../" class="navbar-brand">angular-example-library</a>
<button type="button" class="btn btn-default btn-menu fa fa-bars" id="btn-menu"></button>
</div>
<div class="xs-menu menu" id="mobile-menu">
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search">
</div>
<nav>
<ul class="list">
<li class="title">
<a href="../index.html">angular-example-library</a>
</li>
<li class="divider"></li>
<li class="chapter">
<a data-type="chapter-link" href="../index.html"><span class="fa fa-home"></span>Getting started</a>
<ul class="links">
<li class="link">
<a href="../index.html" ><span class="fa fa-file-text-o"></span>README</a>
</li>
<li class="link">
<a
href="../overview.html"
href="../overview.html"
>
<span class="fa fa-th"></span>Overview
</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../modules.html" >
<div class="menu-toggler linked" data-toggle="collapse"
data-target="#xs-modules-links"
>
<span class="fa fa-archive"></span>
<span class="link-name">Modules</span>
<span class="fa fa-angle-up"></span>
</div>
</a>
<ul class="links collapse in"
id="xs-modules-links"
>
<li class="link">
<a href="../modules/AppModule.html" >AppModule</a>
</li>
<li class="link">
<a href="../modules/SampleModule.html" data-type="entity-link" class="active" >SampleModule</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#xs-components-links"
>
<span class="fa fa-cogs"></span>
<span>Components</span>
<span class="fa fa-angle-up"></span>
</div>
<ul class="links collapse in"
id="xs-components-links"
>
<li class="link">
<a href="../components/AppComponent.html" >AppComponent</a>
</li>
<li class="link">
<a href="../components/SampleComponent.html" >SampleComponent</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#xs-directives-links"
>
<span class="fa fa-code"></span>
<span>Directives</span>
<span class="fa fa-angle-up"></span>
</div>
<ul class="links collapse in"
id="xs-directives-links"
>
<li class="link">
<a href="../directives/SampleDirective.html" >SampleDirective</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#xs-injectables-links"
>
<span class="fa fa-long-arrow-down"></span>
<span>Injectables</span>
<span class="fa fa-angle-up"></span>
</div>
<ul class="links collapse in"
id="xs-injectables-links"
>
<li class="link">
<a href="../injectables/SamplePipe.html" >SamplePipe</a>
</li>
<li class="link">
<a href="../injectables/SamplePipe.html" >SamplePipe</a>
</li>
<li class="link">
<a href="../injectables/SampleService.html" >SampleService</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../miscellaneous.html" ><span class="fa fa-cubes"></span>Miscellaneous</a>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a>
</li>
</ul>
</nav>
</div>
<div class="container-fluid main">
<div class="row main">
<div class="hidden-xs menu">
<nav>
<ul class="list">
<li class="title">
<a href="../index.html">angular-example-library</a>
</li>
<li class="divider"></li>
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search">
</div>
<li class="chapter">
<a data-type="chapter-link" href="../index.html"><span class="fa fa-home"></span>Getting started</a>
<ul class="links">
<li class="link">
<a href="../index.html" ><span class="fa fa-file-text-o"></span>README</a>
</li>
<li class="link">
<a
href="../overview.html"
href="../overview.html"
>
<span class="fa fa-th"></span>Overview
</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../modules.html" >
<div class="menu-toggler linked" data-toggle="collapse"
data-target="#modules-links"
>
<span class="fa fa-archive"></span>
<span class="link-name">Modules</span>
<span class="fa fa-angle-up"></span>
</div>
</a>
<ul class="links collapse in"
id="modules-links"
>
<li class="link">
<a href="../modules/AppModule.html" >AppModule</a>
</li>
<li class="link">
<a href="../modules/SampleModule.html" data-type="entity-link" class="active" >SampleModule</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#components-links"
>
<span class="fa fa-cogs"></span>
<span>Components</span>
<span class="fa fa-angle-up"></span>
</div>
<ul class="links collapse in"
id="components-links"
>
<li class="link">
<a href="../components/AppComponent.html" >AppComponent</a>
</li>
<li class="link">
<a href="../components/SampleComponent.html" >SampleComponent</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#directives-links"
>
<span class="fa fa-code"></span>
<span>Directives</span>
<span class="fa fa-angle-up"></span>
</div>
<ul class="links collapse in"
id="directives-links"
>
<li class="link">
<a href="../directives/SampleDirective.html" >SampleDirective</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#injectables-links"
>
<span class="fa fa-long-arrow-down"></span>
<span>Injectables</span>
<span class="fa fa-angle-up"></span>
</div>
<ul class="links collapse in"
id="injectables-links"
>
<li class="link">
<a href="../injectables/SamplePipe.html" >SamplePipe</a>
</li>
<li class="link">
<a href="../injectables/SamplePipe.html" >SamplePipe</a>
</li>
<li class="link">
<a href="../injectables/SampleService.html" >SampleService</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../miscellaneous.html" ><span class="fa fa-cubes"></span>Miscellaneous</a>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a>
</li>
</ul>
</nav>
</div>
<div class="content module">
<div class="content-data">
<ol class="breadcrumb">
<li>Modules</li>
<li>SampleModule</li>
</ol>
<div class="text-center">
<div id="module-graph-svg">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
-->
<!-- Title: dependencies Pages: 1 -->
<svg width="544pt" height="284pt"
viewBox="0.00 0.00 544.00 284.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 280)">
<title>dependencies</title>
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-280 540,-280 540,4 -4,4"/>
<text text-anchor="start" x="247.0091" y="-42.4" font-family="sans-serif" font-weight="bold" font-size="14.00" fill="#000000">Legend</text>
<polygon fill="#ffffb3" stroke="transparent" points="34,-10 34,-30 54,-30 54,-10 34,-10"/>
<text text-anchor="start" x="57.629" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Declarations</text>
<polygon fill="#8dd3c7" stroke="transparent" points="147,-10 147,-30 167,-30 167,-10 147,-10"/>
<text text-anchor="start" x="170.7251" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Module</text>
<polygon fill="#80b1d3" stroke="transparent" points="233,-10 233,-30 253,-30 253,-10 233,-10"/>
<text text-anchor="start" x="256.7812" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Bootstrap</text>
<polygon fill="#fdb462" stroke="transparent" points="330,-10 330,-30 350,-30 350,-10 330,-10"/>
<text text-anchor="start" x="353.6732" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Providers</text>
<polygon fill="#fb8072" stroke="transparent" points="426,-10 426,-30 446,-30 446,-10 426,-10"/>
<text text-anchor="start" x="449.7258" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Exports</text>
<g id="clust1" class="cluster">
<title>cluster_SampleModule</title>
<polygon fill="none" stroke="#000000" stroke-dasharray="1,5" points="8,-70 8,-268 528,-268 528,-70 8,-70"/>
</g>
<g id="clust2" class="cluster">
<title>cluster_SampleModule_declarations</title>
<polygon fill="none" stroke="#000000" points="152,-78 152,-130 520,-130 520,-78 152,-78"/>
</g>
<g id="clust6" class="cluster">
<title>cluster_SampleModule_imports</title>
<polygon fill="none" stroke="#000000" points="16,-78 16,-130 144,-130 144,-78 16,-78"/>
</g>
<g id="clust7" class="cluster">
<title>cluster_SampleModule_exports</title>
<polygon fill="none" stroke="#000000" points="87,-208 87,-260 465,-260 465,-208 87,-208"/>
</g>
<!-- SampleComponent -->
<g id="node1" class="node">
<title>SampleComponent</title>
<polygon fill="#ffffb3" stroke="#000000" points="511.8258,-122 388.1742,-122 388.1742,-86 511.8258,-86 511.8258,-122"/>
<text text-anchor="middle" x="450" y="-99.8" font-family="Times,serif" font-size="14.00" fill="#000000">SampleComponent</text>
</g>
<!-- SampleModule -->
<g id="node4" class="node">
<title>SampleModule</title>
<polygon fill="#8dd3c7" stroke="#000000" points="306.5438,-187 303.5438,-191 282.5438,-191 279.5438,-187 205.4562,-187 205.4562,-151 306.5438,-151 306.5438,-187"/>
<text text-anchor="middle" x="256" y="-164.8" font-family="Times,serif" font-size="14.00" fill="#000000">SampleModule</text>
</g>
<!-- SampleComponent->SampleModule -->
<g id="edge1" class="edge">
<title>SampleComponent->SampleModule</title>
<path fill="none" stroke="#000000" d="M422.875,-122.0225C422.875,-139.3734 422.875,-163 422.875,-163 422.875,-163 316.9747,-163 316.9747,-163"/>
<polygon fill="#000000" stroke="#000000" points="316.9748,-159.5001 306.9747,-163 316.9747,-166.5001 316.9748,-159.5001"/>
</g>
<!-- SampleDirective -->
<g id="node2" class="node">
<title>SampleDirective</title>
<polygon fill="#ffffb3" stroke="#000000" points="370.0758,-122 259.9242,-122 259.9242,-86 370.0758,-86 370.0758,-122"/>
<text text-anchor="middle" x="315" y="-99.8" font-family="Times,serif" font-size="14.00" fill="#000000">SampleDirective</text>
</g>
<!-- SampleDirective->SampleModule -->
<g id="edge2" class="edge">
<title>SampleDirective->SampleModule</title>
<path fill="none" stroke="#000000" d="M283.3668,-122.1061C283.3668,-122.1061 283.3668,-140.991 283.3668,-140.991"/>
<polygon fill="#000000" stroke="#000000" points="279.8668,-140.9909 283.3668,-150.991 286.8668,-140.991 279.8668,-140.9909"/>
</g>
<!-- SamplePipe -->
<g id="node3" class="node">
<title>SamplePipe</title>
<polygon fill="#ffffb3" stroke="#000000" points="242.3809,-122 159.6191,-122 159.6191,-86 242.3809,-86 242.3809,-122"/>
<text text-anchor="middle" x="201" y="-99.8" font-family="Times,serif" font-size="14.00" fill="#000000">SamplePipe</text>
</g>
<!-- SamplePipe->SampleModule -->
<g id="edge3" class="edge">
<title>SamplePipe->SampleModule</title>
<path fill="none" stroke="#000000" d="M223.8345,-122.1061C223.8345,-122.1061 223.8345,-140.991 223.8345,-140.991"/>
<polygon fill="#000000" stroke="#000000" points="220.3346,-140.9909 223.8345,-150.991 227.3346,-140.991 220.3346,-140.9909"/>
</g>
<!-- SampleComponent -->
<g id="node6" class="node">
<title>SampleComponent </title>
<polygon fill="#fb8072" stroke="#000000" points="457.3255,-252 330.6745,-252 330.6745,-216 457.3255,-216 457.3255,-252"/>
<text text-anchor="middle" x="394" y="-229.8" font-family="Times,serif" font-size="14.00" fill="#000000">SampleComponent </text>
</g>
<!-- SampleModule->SampleComponent -->
<g id="edge5" class="edge">
<title>SampleModule->SampleComponent </title>
<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M306.7452,-175C329.0683,-175 350.3126,-175 350.3126,-175 350.3126,-175 350.3126,-205.9775 350.3126,-205.9775"/>
<polygon fill="#000000" stroke="#000000" points="346.8127,-205.9774 350.3126,-215.9775 353.8127,-205.9775 346.8127,-205.9774"/>
</g>
<!-- SampleDirective -->
<g id="node7" class="node">
<title>SampleDirective </title>
<polygon fill="#fb8072" stroke="#000000" points="312.5766,-252 199.4234,-252 199.4234,-216 312.5766,-216 312.5766,-252"/>
<text text-anchor="middle" x="256" y="-229.8" font-family="Times,serif" font-size="14.00" fill="#000000">SampleDirective </text>
</g>
<!-- SampleModule->SampleDirective -->
<g id="edge6" class="edge">
<title>SampleModule->SampleDirective </title>
<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M256,-187.1061C256,-187.1061 256,-205.991 256,-205.991"/>
<polygon fill="#000000" stroke="#000000" points="252.5001,-205.9909 256,-215.991 259.5001,-205.991 252.5001,-205.9909"/>
</g>
<!-- SamplePipe -->
<g id="node8" class="node">
<title>SamplePipe </title>
<polygon fill="#fb8072" stroke="#000000" points="181.3816,-252 94.6184,-252 94.6184,-216 181.3816,-216 181.3816,-252"/>
<text text-anchor="middle" x="138" y="-229.8" font-family="Times,serif" font-size="14.00" fill="#000000">SamplePipe </text>
</g>
<!-- SampleModule->SamplePipe -->
<g id="edge7" class="edge">
<title>SampleModule->SamplePipe </title>
<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M205.202,-175C186.7642,-175 170.375,-175 170.375,-175 170.375,-175 170.375,-205.9775 170.375,-205.9775"/>
<polygon fill="#000000" stroke="#000000" points="166.8751,-205.9774 170.375,-215.9775 173.8751,-205.9775 166.8751,-205.9774"/>
</g>
<!-- CommonModule -->
<g id="node5" class="node">
<title>CommonModule</title>
<polygon fill="#8dd3c7" stroke="#000000" points="135.6681,-122 132.6681,-126 111.6681,-126 108.6681,-122 24.3319,-122 24.3319,-86 135.6681,-86 135.6681,-122"/>
<text text-anchor="middle" x="80" y="-99.8" font-family="Times,serif" font-size="14.00" fill="#000000">CommonModule</text>
</g>
<!-- CommonModule->SampleModule -->
<g id="edge4" class="edge">
<title>CommonModule->SampleModule</title>
<path fill="none" stroke="#000000" d="M115.3217,-122.0225C115.3217,-139.3734 115.3217,-163 115.3217,-163 115.3217,-163 195.2119,-163 195.2119,-163"/>
<polygon fill="#000000" stroke="#000000" points="195.2119,-166.5001 205.2119,-163 195.2119,-159.5001 195.2119,-166.5001"/>
</g>
</g>
</svg>
</div>
<div class="btn-group">
<button id="zoom-in" class="btn btn-default btn-sm">Zoom in</button>
<button id="reset" class="btn btn-default btn-sm">Reset</button>
<button id="zoom-out" class="btn btn-default btn-sm">Zoom out</button>
</div>
</div>
<script src="../js/libs/svg-pan-zoom.min.js"></script>
<script src="../js/svg-pan-zoom.controls.js"></script>
<ul class="nav nav-tabs" role="tablist">
<li class="active">
<a href="#infos" id="infos-tab" role="tab" data-toggle="tab">Infos</a>
</li>
<li>
<a href="#source" role="tab" id="source-tab" data-toggle="tab" data-link="source">Source</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade active in" id="infos">
<p class="comment">
<h3>File</h3>
</p>
<p class="comment">
<code>src/index.ts</code>
</p>
<div class="container-fluid module">
<div class="row">
<div class="col-sm-3">
<h3>Declarations<a href="https://angular.io/docs/ts/latest/api/core/index/NgModule-interface.html#!#declarations-anchor" target="_blank"><span class="fa fa-info-circle"></span></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../components/SampleComponent.html">SampleComponent</a>
</li>
<li class="list-group-item">
<a href="../directives/SampleDirective.html">SampleDirective</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h3>Exports<a href="https://angular.io/docs/ts/latest/api/core/index/NgModule-interface.html#!#exports-anchor" target="_blank"><span class="fa fa-info-circle"></a></h3>
<ul class="list-group">
<li class="list-group-item">
<a href="../components/SampleComponent.html" >SampleComponent</a>
</li>
<li class="list-group-item">
<a href="../directives/SampleDirective.html" >SampleDirective</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers"><code class="language-typescript">import { NgModule, ModuleWithProviders } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SampleComponent } from './sample.component';
import { SampleDirective } from './sample.directive';
import { SamplePipe } from './sample.pipe';
import { SampleService } from './sample.service';
export * from './sample.component';
export * from './sample.directive';
export * from './sample.pipe';
export * from './sample.service';
@NgModule({
imports: [
CommonModule
],
declarations: [
SampleComponent,
SampleDirective,
SamplePipe
],
exports: [
SampleComponent,
SampleDirective,
SamplePipe
]
})
export class SampleModule {
static forRoot(): ModuleWithProviders {
return {
ngModule: SampleModule,
providers: [SampleService]
};
}
}
</code></pre>
</div>
</div>
</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
</div>
</div>
<script src="../js/libs/bootstrap-native.js"></script>
<script src="../js/libs/es6-shim.min.js"></script>
<script src="../js/libs/EventDispatcher.js"></script>
<script src="../js/libs/promise.min.js"></script>
<script src="../js/libs/zepto.min.js"></script>
<script src="../js/compodoc.js"></script>
<script>var COMPODOC_CURRENT_PAGE_DEPTH = 1;</script>
<script src="../js/search/search.js"></script>
<script src="../js/search/lunr.min.js"></script>
<script src="../js/search/search-lunr.js"></script>
<script src="../js/tabs.js"></script>
<script src="../js/menu.js"></script>
<script src="../js/libs/prism.js"></script>
<script src="../js/sourceCode.js"></script>
<script src="../js/search/search_index.js"></script>
</body>
</html>