mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-5961] Storybook stories for GroupCloud component (#7326)
* [AAE-5961] added stories and mock files * [AAE-5961] added interface for identity group service * [AAE-5961] added few stories * [AAE-5961] added mock for roles, syntax improvements * [AAE-5961] improved syntax, removed redundant storybook config files * [AAE-5961] renamed service interface * [AAE-5961] removed unused declarations * [AAE-5961] exported interface from core * [AAE-5961] restored config files for process cloud lib * [AAE-5961] improved syntax
This commit is contained in:
@@ -27,10 +27,11 @@ import {
|
||||
IdentityGroupCountModel
|
||||
} from '../models/identity-group.model';
|
||||
import { IdentityRoleModel } from '../models/identity-role.model';
|
||||
import { IdentityGroupServiceInterface } from './identity-group.interface';
|
||||
import { OAuth2Service } from './oauth2.service';
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class IdentityGroupService {
|
||||
export class IdentityGroupService implements IdentityGroupServiceInterface {
|
||||
|
||||
constructor(
|
||||
private oAuth2Service: OAuth2Service,
|
||||
|
Reference in New Issue
Block a user