In Java we use something like this:
Class<?> classType = Class.forName(className);
How can we achieve the same goal with Angular?
In Java we use something like this:
Class<?> classType = Class.forName(className);
How can we achieve the same goal with Angular?