studioTeaTwo / lit-fy

A template library to use lit-htm in Angular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A template library to use lit-htm in Angular.

License:MIT License


Languages

Language:TypeScript 94.1%Language:JavaScript 4.9%Language:HTML 0.8%Language:CSS 0.2%