|
|
@@ -16,7 +16,7 @@ import {CalculatorComponent} from './calculator/calculator.component';
|
|
|
@Component({
|
|
|
selector: 'application-root',
|
|
|
templateUrl: './app.component.html',
|
|
|
- styleUrls: ['./app.component.sass'],
|
|
|
+ styleUrls: ['./app.component.scss'],
|
|
|
})
|
|
|
export class AppComponent {
|
|
|
/* You can name your app as you like or not at all */
|