A template library to use lit-html in Angular.
- Applying a template literal syntax using the renderer3 called ivy.
- Including lit-html by git submodule.(having added the commits to modify for lit-fy)
- This project was generated with Angular CLI.
$ git clone [email protected]:studioTeaTwo/lit-fy.git
$ cd lit-fy
$ git submodule init
$ git submodule update
$ npm install
$ ng serve
(WIP) see lit-fy/src/app/sample/sample.component.ts
.
(WIP) see lit-fy/src/app/sample/syntax-support-check.spec.ts
.