UNPKG

@ogs-gmbh/ngx-template-engine

Version:

A library providing a flexible and efficient template engine for dynamic content rendering. It enables easy integration of customizable templates within Angular applications.

7 lines (6 loc) 162 B
export * from "./pipes/template"; export * from "./transformer"; export * from "./parser"; export * from "./lib"; export * from "./token"; export * from "./ast";