@Component({
selector: 'app-metatags',
templateUrl: 'https://example.com/index.html',
styleUrls: ['./metatags.component.css']
})
Is it possible in Angular 4/5/6 to use an external HTML file as template URL?
@Component({
selector: 'app-metatags',
templateUrl: 'https://example.com/index.html',
styleUrls: ['./metatags.component.css']
})
Is it possible in Angular 4/5/6 to use an external HTML file as template URL?