Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivanheral/angular2-templatify

A simple Browserify v2 transform for adding all html and style's in angular components.
https://github.com/ivanheral/angular2-templatify

Last synced: 4 days ago
JSON representation

A simple Browserify v2 transform for adding all html and style's in angular components.

Awesome Lists containing this project

README

        

# angular2-templatify

A simple Browserify v2 transform for adding all html and style's in angular components.

## About

This method for Browserify is inspired by angular2-template-loader.

## Install

Install with npm or yarn.


npm i angular2-templatify

## Thanks

[angular2-template-loader](https://github.com/TheLarkInn/angular2-template-loader):
[Sean Larkin](https://github.com/TheLarkInn)