init project
This commit is contained in:
9
frontend/src/app/app.routes.ts
Normal file
9
frontend/src/app/app.routes.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Routes } from '@angular/router';
|
||||
import {CalculatorComponent} from './calculator/calculator.component';
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: CalculatorComponent
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user