()
| 278 | minutes = 10; |
| 279 | |
| 280 | insert() { |
| 281 | const beforeView = this.beforeTpl.createEmbeddedView({}); |
| 282 | // change-detect the "before view" to create all child views |
| 283 | beforeView.detectChanges(); |
| 284 | this.viewInsertingDir.insert(beforeView, this.insertTpl); |
| 285 | } |
| 286 | } |
| 287 | |
| 288 | beforeEach(() => { |
no test coverage detected