|
1 | 1 | <div class="post"> |
2 | 2 | <header class="post-header"> |
3 | | - <h1 class="post-header-text">Section 1</h1> |
| 3 | + <h1 class="post-header-text">{{post.title}}</h1> |
4 | 4 | <a class="edit-button button" routerLink="/"> |
5 | 5 | <i class="fa fa-pencil"></i> |
6 | 6 | Edit |
7 | 7 | </a> |
8 | 8 | </header> |
9 | | - <article> |
10 | | - <h1 id="section1">Section 1 anchor.......</h1> |
11 | | - <br> |
12 | | - Some documentation....... |
13 | | - <br> |
14 | | - Some documentation....... |
15 | | - <br> |
16 | | - Some documentation....... |
17 | | - <br> |
18 | | - Some documentation....... |
19 | | - <br> |
20 | | - Some documentation....... |
21 | | - <br> |
22 | | - Some documentation....... |
23 | | - <br> |
24 | | - Some documentation....... |
25 | | - <br> |
26 | | - Some documentation....... |
27 | | - <br> |
28 | | - Some documentation....... |
29 | | - <br> |
30 | | - Some documentation....... |
31 | | - <br> |
32 | | - Some documentation....... |
33 | | - <br> |
34 | | - Some documentation....... |
35 | | - <br> |
36 | | - Some documentation....... |
37 | | - <br> |
38 | | - Some documentation....... |
39 | | - <br> |
40 | | - Some documentation....... |
41 | | - <br> |
42 | | - Some documentation....... |
43 | | - <br> |
44 | | - Some documentation....... |
45 | | - <br> |
46 | | - Some documentation....... |
47 | | - <br> |
48 | | - Some documentation....... |
49 | | - <br> |
50 | | - Some documentation....... |
51 | | - <br> |
52 | | - Some documentation....... |
53 | | - <br> |
54 | | - Some documentation....... |
55 | | - <br> |
56 | | - Some documentation....... |
57 | | - <br> |
58 | | - Some documentation....... |
59 | | - <br> |
60 | | - Some documentation....... |
61 | | - <br> |
62 | | - Some documentation....... |
63 | | - <br> |
64 | | - <h1 id="section2">Section 2 anchor.......</h1> |
65 | | - Section 2 anchor....... |
66 | | - <br> |
67 | | - Some documentation....... |
68 | | - <br> |
69 | | - Some documentation....... |
70 | | - <br> |
71 | | - Some documentation....... |
72 | | - <br> |
73 | | - Some documentation....... |
74 | | - <br> |
75 | | - Some documentation....... |
76 | | - <br> |
77 | | - Some documentation....... |
78 | | - <br> |
79 | | - Some documentation....... |
80 | | - <br> |
81 | | - Some documentation....... |
82 | | - <br> |
83 | | - Some documentation....... |
84 | | - <br> |
85 | | - Some documentation....... |
86 | | - <br> |
87 | | - Some documentation....... |
88 | | - <br> |
89 | | - Some documentation....... |
90 | | - <br> |
91 | | - Some documentation....... |
92 | | - <br> |
93 | | - Some documentation....... |
94 | | - <br> |
95 | | - Some documentation....... |
96 | | - <br> |
97 | | - Some documentation....... |
98 | | - <br> |
99 | | - Some documentation....... |
100 | | - <br> |
101 | | - Some documentation....... |
102 | | - <br> |
103 | | - Some documentation....... |
104 | | - <br> |
105 | | - Some documentation....... |
106 | | - <br> |
107 | | - Some documentation....... |
108 | | - <br> |
109 | | - Some documentation....... |
110 | | - <br> |
111 | | - Some documentation....... |
112 | | - <br> |
113 | | - Some documentation....... |
114 | | - <br> |
115 | | - Some documentation....... |
116 | | - <br> |
117 | | - Some documentation....... |
118 | | - <br> |
119 | | - <h1 id="section3">Section 3 anchor</h1> |
120 | | - Section 3 anchor....... |
121 | | - <br> |
122 | | - Some documentation....... |
123 | | - <br> |
124 | | - Some documentation....... |
125 | | - <br> |
126 | | - Some documentation....... |
127 | | - <br> |
128 | | - Some documentation....... |
129 | | - <br> |
130 | | - Some documentation....... |
131 | | - <br> |
132 | | - Some documentation....... |
133 | | - <br> |
134 | | - Some documentation....... |
135 | | - <br> |
136 | | - Some documentation....... |
137 | | - <br> |
138 | | - Some documentation....... |
139 | | - <br> |
140 | | - Some documentation....... |
141 | | - <br> |
142 | | - Some documentation....... |
143 | | - <br> |
144 | | - Some documentation....... |
145 | | - <br> |
146 | | - Some documentation....... |
147 | | - <br> |
148 | | - Some documentation....... |
149 | | - <br> |
150 | | - Some documentation....... |
151 | | - <br> |
152 | | - Some documentation....... |
153 | | - <br> |
154 | | - Some documentation....... |
155 | | - <br> |
156 | | - Some documentation....... |
157 | | - <br> |
158 | | - Some documentation....... |
159 | | - <br> |
160 | | - Some documentation....... |
161 | | - <br> |
162 | | - Some documentation....... |
163 | | - <br> |
164 | | - Some documentation....... |
165 | | - <br> |
166 | | - Some documentation....... |
167 | | - <br> |
168 | | - Some documentation....... |
169 | | - <br> |
170 | | - Some documentation....... |
171 | | - <br> |
172 | | - Some documentation....... |
| 9 | + <article id="post-article"> |
| 10 | + <template *ngIf="post.fileName | post:version.version | async; let html" dynamic-component |
| 11 | + [componentContext]="self" [componentModules]="dynamicExtraModules" [componentTemplate]="html"> |
| 12 | + </template> |
173 | 13 | </article> |
| 14 | + <!-- <article id="post-article"> |
| 15 | + {{post.fileName | post:version.version | async}} |
| 16 | + </article> --> |
174 | 17 | </div> |
0 commit comments