mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: modify import (#45828)
Modify import after moving Component and Directives PR Close #45828
This commit is contained in:
parent
eafe9886b8
commit
da8ea7dfaa
1 changed files with 2 additions and 2 deletions
|
|
@ -2,12 +2,12 @@ import { NgModule } from '@angular/core';
|
|||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
import {
|
||||
AppComponent,
|
||||
ZippyComponent,
|
||||
ZippyContentDirective,
|
||||
ZippyToggleDirective,
|
||||
} from './app.component';
|
||||
} from './example-zippy.component';
|
||||
import { ZippyBasicComponent } from './zippy-basic/zippy-basic.component';
|
||||
import { ZippyMultislotComponent } from './zippy-multislot/zippy-multislot.component';
|
||||
import { ZippyNgprojectasComponent } from './zippy-ngprojectas/zippy-ngprojectas.component';
|
||||
|
|
|
|||
Loading…
Reference in a new issue