mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-26767] - Fixed lint
This commit is contained in:
@@ -23,6 +23,7 @@ import { DummyFeaturesService } from '../services/dummy-features.service';
|
||||
|
||||
/**
|
||||
* Provides the dummy feature flags.
|
||||
*
|
||||
* @returns Environment Providers for Feature Flags.
|
||||
*/
|
||||
export function provideDummyFeatureFlags() {
|
||||
|
@@ -69,6 +69,7 @@ export class DebugFeaturesService implements IDebugFeaturesService {
|
||||
|
||||
/**
|
||||
* Gets the flags as an observable.
|
||||
*
|
||||
* @returns the observable that emits the flag changeset.
|
||||
*/
|
||||
getFlags$(): Observable<FlagChangeset> {
|
||||
@@ -79,6 +80,7 @@ export class DebugFeaturesService implements IDebugFeaturesService {
|
||||
|
||||
/**
|
||||
* Resets the specified flags.
|
||||
*
|
||||
* @param flags The flags to reset.
|
||||
*/
|
||||
resetFlags(flags: FlagSet): void {
|
||||
|
Reference in New Issue
Block a user