https://github.com/irustm/ng-template-parser
https://github.com/irustm/ng-template-parser
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/irustm/ng-template-parser
- Owner: irustm
- Created: 2021-10-31T20:51:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T20:07:08.000Z (over 3 years ago)
- Last Synced: 2025-05-07T20:08:06.902Z (21 days ago)
- Language: Go
- Size: 5.16 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |