pretty_samples 0.0.4
pretty_samples: ^0.0.4 copied to clipboard
AngularDart component to show code samples prettified
// Copyright (c) 2015, Valentyn Shybanov. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
library dacss_samples.example;
import 'package:angular/application_factory.dart';
import 'package:pretty_samples/pretty_samples.dart';
main() {
applicationFactory().addModule(new SamplesModule()).run();
}