Skip to content

Commit

Permalink
fix(*): added missing decorator to prevent warning in console (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal authored May 25, 2022
1 parent 9c154b7 commit 3893029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/child-dev-project/attendance/attendance.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with ndb-core. If not, see <http://www.gnu.org/licenses/>.
*/

import { NgModule } from "@angular/core";
import { Injectable, NgModule } from "@angular/core";
import { ActivityListComponent } from "./activity-list/activity-list.component";
import { EntityListModule } from "../../core/entity-components/entity-list/entity-list.module";
import { ChildrenModule } from "../children/children.module";
Expand Down Expand Up @@ -70,6 +70,7 @@ import {
import { ConfigurableEnumModule } from "../../core/configurable-enum/configurable-enum.module";
import * as Hammer from "hammerjs";

@Injectable()
// Only allow horizontal swiping
export class HorizontalHammerConfig extends HammerGestureConfig {
overrides = {
Expand Down

0 comments on commit 3893029

Please sign in to comment.