https://github.com/andresaraujo/dart-ng-flow-type
FlowType port for Angular.dart
https://github.com/andresaraujo/dart-ng-flow-type
Last synced: 5 months ago
JSON representation
FlowType port for Angular.dart
- Host: GitHub
- URL: https://github.com/andresaraujo/dart-ng-flow-type
- Owner: andresaraujo
- License: mit
- Created: 2014-02-26T02:54:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T16:26:27.000Z (almost 11 years ago)
- Last Synced: 2024-10-13T08:44:30.214Z (6 months ago)
- Language: Dart
- Homepage: http://andresaraujo.github.io/dart-ng-flow-type/
- Size: 1.01 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flow Type for Angular.dart
=================
Directive for changing the font-size based on a specific element's width. It is based on [FlowType.js](https://github.com/simplefocus/FlowType.JS). See [demo](http://andresaraujo.github.io/dart-ng-flow-type/) (resize window)## Usage
Import and register the module:
import "package:angular_flow_type/angular_flow_type.dart";
class MyAppModule extends Module {
MyAppModule() {
install(new FlowTypeModule());
}
}Use the directive: