Im trying to display total counts of enrollment with item.male_students & item.female_students UPDATE remove the ngFor now it works as expected. here’s my component.html <thead class="thead-zircon"> <tr> <th> ...
Softans Latest Questions
[error] HookWebpackError: Unexpected token / in JSON at position 0 at makeWebpackError (C:\Users\AK\Desktop\app\cc\node_modules\webpack\lib\HookWebpackError.js:48:9) at C:\Users\AK\Desktop\app\cc\node_modules\webpack\lib\Compilation.js:3060:12 at eval (eval at create (C:\Users\AK\Desktop\app\cc\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:44:1) at fn (C:\Users\AK\Desktop\app\cc\node_modules\webpack\lib\Compilation.js:480:17) ...
Searched all the old questions from stackoverflow regarding this but Couldn’t get rid of this error.. Anyone pls look at my code and give me the solution Error : “canActivate in type AuthGuard is not assignable to same property in base ...
Hello guys I’ve recently updated angular to the version 13 and I’m experiencing some issues regarding DI. When I call the ReflectiveInjector.resolveAndCreate() function it gives me undefined error. What may be the possible reason behind this one guys, do you maybe know ...