This repository has been archived by the owner on Jan 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "WIP: Provide fractal state management (#269)"
This reverts commit 32c0fe0. This keeps this repo at version 2.x so we can keep the docs current and the monorepo will move forward with V4
- Loading branch information
1 parent
108dc0e
commit 5a9103a
Showing
33 changed files
with
369 additions
and
3,481 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import * as __private_export__ from './src/private_export'; | ||
|
||
export { Action, ActionReducer, ActionReducerMap, ActionReducerFactory } from './src/models'; | ||
export { StoreModule } from './src/store_module'; | ||
export { Store } from './src/store'; | ||
export { combineReducers, compose } from './src/utils'; | ||
export { __private_export__ }; | ||
|
||
export * from './src/dispatcher'; | ||
export * from './src/ng2'; | ||
export * from './src/reducer'; | ||
export * from './src/state'; | ||
export * from './src/store'; | ||
export * from './src/utils'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.