angular2-compiler Questions
16
Solved
I want to dynamically create a template. This should be used to build a ComponentType at runtime and place (even replace) it somewhere inside of the hosting Component.
Until RC4 I was using Compo...
Mcalpine asked 11/8, 2016 at 5:37
9
Solved
I want to manually compile some HTML containing directives. What is the equivalent of $compile in Angular 2?
For example, in Angular 1, I could dynamically compile a fragment of HTML and append it...
Doubles asked 14/1, 2016 at 8:28
3
Solved
There are some custom elements and attributes in component template (in this example they are used by third-party non-Angular code):
<foo></foo>
<div data-bar="{{ bar }}"></di...
Reverse asked 22/3, 2017 at 13:30
5
I have created a project using angular-cli which contains AppComponent as follows:
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.htm...
Psalmody asked 24/11, 2016 at 12:30
4
I just updated my project to Angular 2 RC 6. I am now trying to use Ahead of Time (AoT) Compilation as mentioned in blog post http://angularjs.blogspot.com/ but no success.
I am not using angular ...
Vesicatory asked 2/9, 2016 at 1:22
1
Solved
Following the example below:
How can I use/create dynamic template to compile dynamic Component with Angular 2.0?
I developed my own template generator, which gets the HTML content directly from ...
Impiety asked 14/12, 2016 at 16:58
1
Solved
I've based some of my work on the same problem described in here:
dynamic template to compile dynamic Component with Angular 2.0
How can I use/create dynamic template to compile dynamic Component...
Mirepoix asked 29/9, 2016 at 13:18
1
© 2022 - 2024 — McMap. All rights reserved.