dart-material-design-lite icon indicating copy to clipboard operation
dart-material-design-lite copied to clipboard

Deferred Modules ( Aka Lazy Loading) ?

Open sandrobilbeisi opened this issue 8 years ago • 2 comments

Has anyone gotten deferred definition routes to work with DMDL ?

sandrobilbeisi avatar Nov 08 '16 18:11 sandrobilbeisi

I haven't tried it, but this might help - https://medium.com/@matanlurey/lazy-loading-with-angular-dart-14f58004f988

sureshg avatar May 04 '17 00:05 sureshg

I just tried it with this sample (quick and dirty) https://github.com/MikeMitterer/dart-sunshine/commit/2b8e773a5161ee78313f4c15c82d3d3672fcc90a

As you can see I had to import 3libs in addition to mdl (mdlcore, mdlflux, mdlapplication) but it works. For a more comfortable integration I have to reorganize the libs a bit but in general it works quite nice.

MikeMitterer avatar May 04 '17 07:05 MikeMitterer