forked from angulardart/angular_components
-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Gavin Zhao edited this page Oct 6, 2021
·
6 revisions
Welcome to angular_components
from the AngularDart community! The main purpose of this repository is to migrate angular_components
to null safety, making it compatible with the latest angular
. If you're wondering what the heck AngularDart is and what does it have to do with AngularTS, checkout the documentation site.
From now on, we will refer AngularDart as "Angular". We will explicitly say AngularTS when we mean it.
So, without further ado, here's our plan and how the repository is structured:
-
master
: just your normal master branch. -
compatible
: where work is done to make sureangular_components
is compatible with the latest Angular v7. The project board is here.compatible
gets merged intodev
branch frequently, and after it is complete, it will be merged into themaster
branch. -
dev
: where migration to null safety happens. Project board can be found here. Because (as of current state), null safety migration will be done by hand and we don't need to touch any part that is causing incompatibility,compatible
branch will continuously merge intodev
to prevent a merge hell in the end. - rest of the branches: from the original repo, kept for no particular reason.
Hence, compatible
will be first merged into master
to ensure we have a usable angular_components
, and after some hard work, dev
will then be merged into master
so that Angular devs can enjoy sound null safety!
[WIP]