Skip to content

Instantly share code, notes, and snippets.

View JoostImpink's full-sized avatar

Joost Impink JoostImpink

View GitHub Profile
@klihelp
klihelp / app.module.ts
Last active May 14, 2018 13:45
Angular 2 - Add safeHtml with loading scripts from innerHTML
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { CheckScriptsPipe, SafeHtmlPipe } from "./pipe.safehtml.loadJsURL.ts"
@NgModule({
declarations: [