An open API service indexing awesome lists of open source software.

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

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: