Skip to content

Commit

Permalink
chore(docs): added note about system.js not able to serve things corr…
Browse files Browse the repository at this point in the history
…ectly
  • Loading branch information
valorkin committed Jan 25, 2017
1 parent e56ea43 commit 9568c14
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion demo/src/app/components/accordion/docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { AccordionModule } from 'ng2-bootstrap/accordion';
// or
import { AccordionModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/alerts/docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { AlertModule } from 'ng2-bootstrap/alert';
// or
import { AlertModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/buttons/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { ButtonsModule } from 'ng2-bootstrap/buttons';
// or
import { ButtonsModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/carousel/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { CarouselModule } from 'ng2-bootstrap/carousel';
// or
import { CarouselModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/collapse/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { CollapseModule } from 'ng2-bootstrap/collapse';
// or
import { CollapseModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/datepicker/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { DatepickerModule } from 'ng2-bootstrap/datepicker';
// or
import { DatepickerModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/dropdown/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { DropdownModule } from 'ng2-bootstrap/dropdown';
// or
import { DropdownModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/modal/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { ModalModule } from 'ng2-bootstrap/modal';
// or
import { ModalModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/pagination/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { PaginationModule } from 'ng2-bootstrap/pagination';
// or
import { PaginationModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/popover/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { PopoverModule } from 'ng2-bootstrap/popover';
// or
import { PopoverModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/progressbar/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { ProgressbarModule } from 'ng2-bootstrap/progressbar';
// or
import { ProgressbarModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/rating/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { RatingModule } from 'ng2-bootstrap/rating';
// or
import { RatingModule } from 'ng2-bootstrap';
Expand Down
4 changes: 2 additions & 2 deletions demo/src/app/components/sortable/docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { SortableModule } from 'ng2-bootstrap/sortable';
// or
import { SortableModule } from 'ng2-bootstrap';
Expand All @@ -8,4 +8,4 @@ import { SortableModule } from 'ng2-bootstrap';
imports: [SortableModule.forRoot(),...]
})
export class AppModule(){}
```
```
2 changes: 1 addition & 1 deletion demo/src/app/components/tabs/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { TabsModule } from 'ng2-bootstrap/tabs';
// or
import { TabsModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/timepicker/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { TimepickerModule } from 'ng2-bootstrap/timepicker';
// or
import { TimepickerModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/tooltip/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { TooltipModule } from 'ng2-bootstrap/tooltip';
// or
import { TooltipModule } from 'ng2-bootstrap';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/components/typeahead/docs/title.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```typescript
// RECOMMENDED
// RECOMMENDED (doesn't work with system.js)
import { TypeaheadModule } from 'ng2-bootstrap/typeahead';
// or
import { TypeaheadModule } from 'ng2-bootstrap';
Expand Down

0 comments on commit 9568c14

Please sign in to comment.