()
| 308 | minutes = 10; |
| 309 | |
| 310 | insert() { |
| 311 | const beforeView = this.beforeTpl.createEmbeddedView({}); |
| 312 | // change-detect the "before view" to create all child views |
| 313 | beforeView.detectChanges(); |
| 314 | this.viewInsertingDir.insert(beforeView, this.insertTpl); |
| 315 | } |
| 316 | } |
| 317 | |
| 318 | beforeEach(() => { |
no test coverage detected