/lit-fy

A template library to use lit-htm in Angular.

Primary LanguageTypeScriptMIT LicenseMIT

lit-fy

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.

How it works

how-it-works

How to try

$ git clone git@github.com:studioTeaTwo/lit-fy.git
$ cd lit-fy
$ git submodule init
$ git submodule update
$ npm install
$ ng serve

Usage

(WIP) see lit-fy/src/app/sample/sample.component.ts.

Syntax Support

(WIP) see lit-fy/src/app/sample/syntax-support-check.spec.ts.