Javascript -> JavaScript (English) (#35183)
* Javascript -> JavaScript (English) * Update technical documentation page for required change * Update use-class-syntax-to-define-a-constructor-function.english.md * Update left-factorials.md
This commit is contained in:
committed by
The Coding Aviator
parent
fed6ffb606
commit
e84ae45008
@@ -153,7 +153,7 @@ import { BrowserModule } from '@angular/platform-browser';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { AppComponent } from './app.component';
|
||||
import { AppService } from './app.service';
|
||||
// Javascript module system is strict about where it imports. It can only import at the top of files.
|
||||
// JavaScript module system is strict about where it imports. It can only import at the top of files.
|
||||
|
||||
// Angular NgModule uses those tokens in its metadata settings
|
||||
@NgModule({ // import { NgModule } from '@angular/core';
|
||||
|
Reference in New Issue
Block a user