Dart Version: 2.5.2
PWA Version: 0.2.0
Hi, I have a problem with my AngularDart project. I want use this as pwa, but there is this one bug and I don't know what this means.
Did I something wrong? Or is this a general bug?
main.dart:
void main() { new pwa.Client(); runApp(ng.AppComponentNgFactory,createInjector: injector); }
pwa.dart:
void main() { Worker worker = new Worker(); worker.offlineUrls = offline.offlineUrls; worker.run(version: offline.lastModified); }
