I have a project related to compilers that require the grammar files of ionic using Angular framework.
Are there any grammar files for it or what grammar files and tokens they used in parsing?
I have a project related to compilers that require the grammar files of ionic using Angular framework.
Are there any grammar files for it or what grammar files and tokens they used in parsing?
No. This is a category error. Grammars are for languages. Neither Angular nor Ionic are languages. TypeScript is a language, though, and if that’s what you mean, then I would suggest looking at its Compiler API.