Twitter bootstrap – DefaultExtension not working in Angular 2 app
I'm trying to setup a basic Angular 2 app with TypeScript. But I'm stuck because SystemJS doesn't seem to be doing anything with the defaultExtension: 'js' option. My index.html looks like this: <!DOCTYPE html> <html lang="en"> <head> <base href="/test/"> <meta…