[AAE-26767] - Fixed lint

This commit is contained in:
VitoAlbano
2025-01-14 13:53:46 +00:00
parent 6c306da29a
commit 78d3a9b614
176 changed files with 812 additions and 0 deletions

View File

@@ -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() {

View File

@@ -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 {