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

https://github.com/irustm/ng-template-parser


https://github.com/irustm/ng-template-parser

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Experimental parser Angular template

> This repository only shows what a parser on the `Go` might look like

### Benchmark

100k line of template (not uses expressions)

| Parser | ms |
| --------------------------------- | ---- |
| @angular/compiler (parseTemplate) | 1700 |
| ng-template-parser | 65 |