ngx_core 0.3.0
ngx_core: ^0.3.0 copied to clipboard
Core library for Angular.
Core library for Angular #
General purpose library for Angular, implemented in Dart.
Warning: this library is targeted toward the author's applications. You should probably not use it in your own projects.
Requirements #
The latest Dart SDK and Pub versions. If you plan to play with the sources, you will also need the latest Grinder version.
Installing via Pub #
1. Depend on it #
Add this to your package's pubspec.yaml file:
dependencies:
ngx_core: *
2. Install it #
Install this package and its dependencies from a command prompt:
$ pub get
3. Import it #
Now in your Dart code, you can use:
import 'package:ngx_core/ngx_core.dart';
See also #
License #
Core library for Angular is distributed under the Apache License, version 2.0.