dacsslide_remote 0.0.1
dacsslide_remote: ^0.0.1 copied to clipboard
Remote Controller for DaCSSLide
example/dacsslide_remote_example.dart
// Copyright (c) 2016, <your name>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
library dacsslide_remote.example;
import 'package:angular/application_factory.dart';
import 'package:dacsslide/presentation.dart';
import 'package:dacsslide_remote/dacsslide_remote.dart';
main() => applicationFactory()
.addModule(new PresentationModule())
.addModule(new RemoteControllerModule())
.run();