I cannot make base Angular2 (final) application works with the following restrictive CSP.
default-src \'none\'; script-src \'self\'; style-src \'self\'; font-src
Using the offline template compiler should fix this.
http://www.syntaxsuccess.com/viewarticle/offline-compilation-in-angular-2.0 https://github.com/angular/angular/issues/1744