7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
var someHTML = require('./angular.html!text');
|
|
|
|
exports['load test'] = function(done) {
|
|
System.import('angular').then(function() {
|
|
done();
|
|
});
|
|
} |