Skip to content

Commit 06fc360

Browse files
jonisarrolandjitsu
authored andcommitted
Added Bit under Angular 2 components with Bit
- Added new category - Added description for Bit<> Angular components - Added resources - Updated table of contents
1 parent 1186bf1 commit 06fc360

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Table of contents:
9090
* [Seed Projects](#haxe-seed-projects)
9191
* [Scala](#angular-2-in-scala)
9292
* [Seed Projects](#scala-seed-projects)
93+
* [Bit](#angular-2-components-with-bit)
9394
* [Security](#security)
9495
* [NgRx](#ngrx)
9596

@@ -715,6 +716,17 @@ Apache Cordova is a popular mobile application development framework using CSS3,
715716
* [play-angular2](https://github.com/gdi2290/play-angular2)
716717
* [**{{** add_your_repo **}}**](https://github.com/angularclass/awesome-angular/edit/gh-pages/README.md)
717718

719+
---
720+
721+
### Angular 2 components with Bit
722+
> Bit is an open source virtual repository (code base) built to make components easily manageable and usable across applications. You can quickly export any Angular component from any context while working on any project to a bit distributed Scope. Bit's reusbale component environment cuts the overhead of configuring build and test environments for exporting every new component. The Scope is a virtual component repository which stores, organizes, manages and tests your components. Once modeled on a Scope, your components can be easily found and used in any Angular application. Components can be organized together and still modified and used individually without pulling in entire libraries.
723+
724+
##### Bit Resources
725+
* [Bit](https://github.com/teambit/bit)
726+
* [Bit-Javascript](https://github.com/teambit/bit-javascript)
727+
* [bitsrc](https://www.bitsrc.io) - Free community hub for sharing, managing and finding open source components.
728+
729+
---
718730

719731
#### Security
720732
* [Angular 2 with OpenID Connect Implicit Flow from Damien Bowden](https://damienbod.com/2016/03/02/angular2-openid-connect-implicit-flow-with-identityserver4/)

0 commit comments

Comments
 (0)