Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.
/ common Public archive

[DEPRECATED] Master package to install the current Angel Framework.

License

Notifications You must be signed in to change notification settings

angel-dart-archive/common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

It is no longer practical to depend on a "god" package to import Angel; rather you can just import each component as needed.

common

The Angel Framework

Gitter version: v1.0.0

Master package to install the current Angel framework. This package installs and exposes the Angel server framework, as well as the following plugins that make up the rest of the Angel application framework:

This package will also install the following, although it does not expose them:

route is exposed by framework, although it is not a plugin.

Every library included is well-documented. Happy coding!

import 'package:angel_common/angel_common.dart';

main() async {
    var app = new Angel();

    // ...
}

About

[DEPRECATED] Master package to install the current Angel Framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages