Variable 'components' implicitly has type 'any[]' when using Beagle Init
hectorcustodiozup opened this issue · 0 comments
hectorcustodiozup commented
Beagle Angular version:
Steps To Reproduce
1.Create an Angular project
2.Install Beagle library
3. Run Beagle Init
4. Run yarn serve
Link to code example:
The current behavior
After running the beagle init script and starting the project the following error appears
It happens because inside the beagle-components.module file the variable 'components' has no type.
The expected behavior
Automatically generate the file including the variable's type to avoid this error.