Skip to content

TypeError: Cannot read property 'apply' of undefined #34

@philippmay3r

Description

@philippmay3r

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); }

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions