angular_quill 0.0.2
angular_quill: ^0.0.2 copied to clipboard
Angular dart component for the Quill rich text editor
example/main.dart
// Copyright (c) 2017, Adam Lofts. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
import 'package:angular2/platform/browser.dart';
import 'app_component.dart';
void main() {
bootstrap(AppComponent);
}