Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivanheral/angular2-templatify
- Owner: ivanheral
- License: mit
- Created: 2019-05-21T18:08:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T17:24:05.000Z (over 4 years ago)
- Last Synced: 2024-10-07T19:07:45.649Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)