Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
gilsdav committed Nov 29, 2023
1 parent 10bb1a0 commit f47eec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/ngx-translate-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gilsdav/ngx-translate-router",
"version": "7.0.0",
"version": "7.1.0-rc1",
"homepage": "https://github.com/gilsdav/ngx-translate-router#readme",
"license" : "MIT",
"author": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
NgModule, ModuleWithProviders, APP_INITIALIZER, Optional, SkipSelf,
Injectable, Injector, Provider, EnvironmentProviders
Injectable, Injector, Provider
} from '@angular/core';
import { LocalizeRouterService } from './localize-router.service';
import { DummyLocalizeParser, LocalizeParser } from './localize-router.parser';
Expand Down

0 comments on commit f47eec2

Please sign in to comment.