Open andresaraujo opened 9 years ago
It would be great if there was a simpler way of initializing the mdl library with defaults.
Instead of doing:
mdl.registerMdl(); await mdl.componentFactory().run();
How about something like:
await mdl.initMdl();
It would be great if there was a simpler way of initializing the mdl library with defaults.
Instead of doing:
How about something like: