partials.ts 127 B

1234
  1. var templates = (<any>require).context('../', true, /\.html$/);
  2. templates.keys().forEach(function(key) {
  3. templates(key);
  4. });