Ecosyste.ms: Awesome

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

https://github.com/obenjiro/create-angular-components

Tool that allows you to create Angular (10+) components from HTML
https://github.com/obenjiro/create-angular-components

Last synced: 2 months ago
JSON representation

Tool that allows you to create Angular (10+) components from HTML

Lists

README

        

# Create Angular Components
Tool that allows you to create Angular (10+) components from HTML

# Install
```
npm install -g create-angular-components
```

# Prepare
Add *data-component* attribute for every component in your markup
PS: Use UpperCamelCase
```html


Test



content

content


content2



```

# Use
```
cd example
cac index.html
# Generated 4 components, into /Users/UserName/example
```