* Include IfNecessary actions in entity action and entity type unions
* Update IfNecessary operators to use injection token to find app store
* Export NGRX_AUTO_ENTITY_APP_STORE injection token in public api
* Update IfNecessary operators to manually inject store, and warn if missing
* Update IfNecessary operators to take only one value from combined entity metadata streams
+ Add IfNecessary methods to entity facades
Resolves #155