Skip to content

Commit

Permalink
docs: modify import (#45828)
Browse files Browse the repository at this point in the history
Modify import after moving Component and Directives

PR Close #45828
  • Loading branch information
alefra86 authored and jessicajaniuk committed Jun 10, 2022
1 parent f7d4d13 commit 9b5c493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/content/examples/content-projection/src/app/app.module.ts
Expand Up @@ -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';
Expand Down

0 comments on commit 9b5c493

Please sign in to comment.