Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 0bfdd85

Browse files
josephperrottandrewseguin
authored andcommitted
Remove RxJS from documentation-items (#314)
1 parent ed06d61 commit 0bfdd85

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/app/shared/documentation-items/documentation-items.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ const DOCS: {[key: string]: DocCategory[]} = {
137137
{id: 'collections', name: 'Collections', examples: []},
138138
{id: 'keycodes', name: 'Keycodes', examples: []},
139139
{id: 'platform', name: 'Platform', examples: []},
140-
{id: 'rxjs', name: 'RxJS', examples: []},
141140
]
142141
},
143142
{

src/assets/plunker/systemjs.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ System.config({
4646
'@angular/cdk/overlay': 'https://unpkg.com/@angular/cdk/bundles/cdk-overlay.umd.js',
4747
'@angular/cdk/platform': 'https://unpkg.com/@angular/cdk/bundles/cdk-platform.umd.js',
4848
'@angular/cdk/portal': 'https://unpkg.com/@angular/cdk/bundles/cdk-portal.umd.js',
49-
'@angular/cdk/rxjs': 'https://unpkg.com/@angular/cdk/bundles/cdk-rxjs.umd.js',
5049
'@angular/cdk/scrolling': 'https://unpkg.com/@angular/cdk/bundles/cdk-scrolling.umd.js',
5150
'@angular/cdk/table': 'https://unpkg.com/@angular/cdk/bundles/cdk-table.umd.js',
5251
'@angular/cdk/stepper': 'https://unpkg.com/@angular/cdk/bundles/cdk-stepper.umd.js',

0 commit comments

Comments
 (0)