Rishit Shah

Results 2 issues of Rishit Shah

I'm following the steps mentioned in the docs - https://www.fast.design/docs/integrations/angular/ I encounter errors like - Error: node_modules/@microsoft/fast-components/node_modules/@microsoft/fast-foundation/dist/fast-foundation.d.ts:2252:66 - error TS2344: Type 'T' does not satisfy the constraint 'string | number...

Unknown token reference 'IDENTIFIER' PFB - Screenshot. ![image](https://user-images.githubusercontent.com/65769403/170825398-5713d44a-571c-4ab5-abea-155945e38517.png) ![image](https://user-images.githubusercontent.com/65769403/170825321-cf93d104-02ae-4147-9e3a-afea8cf80c09.png) I suppose adding the below would resolve this in _LEXER rules section_ ``` IDENTIFIER : [a-zA-Z0-9-=]+ ; ```