Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
feat(custom-translate.pipe): Add custom pipe for translate
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Aug 8, 2017
1 parent a7f2ee4 commit a42d058
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 50 deletions.
4 changes: 3 additions & 1 deletion demo/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ import { DemoRoutes } from './app.routes';
import { DemoNavbarModule } from './demo/controls/navbar/navbar.module';
import { LaddaModule } from 'angular2-ladda';
import { DemoHttpHelper } from './demo/shared/helpers/http.helper';
import { RuckenPipes } from '../../../src';

@NgModule({
declarations: [
DemoAppComponent
DemoAppComponent,
RuckenPipes
],
imports: [
CommonModule,
Expand Down
Loading

0 comments on commit a42d058

Please # to comment.