Skip to content

Commit

Permalink
Merge pull request #37 from marioG130/feature
Browse files Browse the repository at this point in the history
Modulo Home
  • Loading branch information
GonzaC21 authored Apr 28, 2023
2 parents 486c1cc + aff58cc commit cdf0261
Show file tree
Hide file tree
Showing 53 changed files with 1,476 additions and 491 deletions.
35 changes: 35 additions & 0 deletions frontend/temiro_angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions frontend/temiro_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@angular/platform-browser": "^15.2.0",
"@angular/platform-browser-dynamic": "^15.2.0",
"@angular/router": "^15.2.0",
"@popperjs/core": "^2.11.7",
"bootstrap": "^5.2.3",
"jquery": "^3.6.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
Expand Down
4 changes: 4 additions & 0 deletions frontend/temiro_angular/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';



const routes: Routes = [];

@NgModule({
imports: [RouterModule.forRoot(routes)],

exports: [RouterModule]

})
export class AppRoutingModule { }
Loading

0 comments on commit cdf0261

Please sign in to comment.