mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ci:force] - Fixed lint
This commit is contained in:
@@ -23,7 +23,6 @@ import { DummyFeaturesService } from '../services/dummy-features.service';
|
||||
|
||||
/**
|
||||
* Provides the dummy feature flags.
|
||||
*
|
||||
* @returns Environment Providers for Feature Flags.
|
||||
*/
|
||||
export function provideDummyFeatureFlags() {
|
||||
|
@@ -69,7 +69,6 @@ export class DebugFeaturesService implements IDebugFeaturesService {
|
||||
|
||||
/**
|
||||
* Gets the flags as an observable.
|
||||
*
|
||||
* @returns the observable that emits the flag changeset.
|
||||
*/
|
||||
getFlags$(): Observable<FlagChangeset> {
|
||||
@@ -80,7 +79,6 @@ 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