Skip to content

Commit

Permalink
feat: use proxies from new entry point in feature-mng
Browse files Browse the repository at this point in the history
  • Loading branch information
bnymncoskuner committed Sep 21, 2021
1 parent a059cc3 commit f7f5345
Showing 1 changed file with 6 additions and 6 deletions.
@@ -1,14 +1,14 @@
import { ConfigStateService, TrackByService } from '@abp/ng.core';
import { LocaleDirection } from '@abp/ng.theme.shared';
import { Component, EventEmitter, Input, Output } from '@angular/core';
import { finalize } from 'rxjs/operators';
import { FeatureManagement } from '../../models/feature-management';
import { FeaturesService } from '../../proxy/feature-management/features.service';
import {
FeatureDto,
FeatureGroupDto,
FeaturesService,
UpdateFeatureDto,
} from '../../proxy/feature-management/models';
} from '@abp/ng.feature-management/proxy';
import { LocaleDirection } from '@abp/ng.theme.shared';
import { Component, EventEmitter, Input, Output } from '@angular/core';
import { finalize } from 'rxjs/operators';
import { FeatureManagement } from '../../models/feature-management';

enum ValueTypes {
ToggleStringValueType = 'ToggleStringValueType',
Expand Down

0 comments on commit f7f5345

Please sign in to comment.