File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1- # Carbon Components Angular [ ![ npm] ( https://img.shields.io/npm/v/carbon-components-angular.svg )] ( https://www.npmjs.com/package/carbon-components-angular ) [ ![ Travis] ( https://travis-ci.com/IBM/carbon-components-angular.svg?branch=master )] ( https://travis-ci.com/IBM/carbon-components-angular )
2- An _ Angular_ implementation of the Carbon Design System
1+ <p align =" center " >
2+ <h1 align="center">Carbon Components Angular</h1>
3+ <p align="center">
4+ An Angular implementation of the Carbon Design System
5+ <br /><br />
6+ <a href="https://travis-ci.com/IBM/carbon-components-angular">
7+ <img src="https://travis-ci.com/IBM/carbon-components-angular.svg?branch=master" />
8+ </a>
9+ <a href="https://www.npmjs.com/package/carbon-components-angular">
10+ <img src="https://img.shields.io/npm/v/carbon-components-angular.svg" />
11+ </a>
12+ <img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
13+ </p>
14+ </p >
315
416### Getting started
517
@@ -44,6 +56,8 @@ _Finally_ we can run `npm start` and start building out our application!
4456
4557> * Note:* This isn't the only way to bootstrap a ` carbon-components-angular ` application, but the combination of ` @angular/cli ` and the ` carbon-components ` scss is our recommended setup.
4658
59+ [ ![ Edit Carbon Components Angular] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/0129r494ql )
60+
4761### Contributing
4862
4963#### Quickstart
Original file line number Diff line number Diff line change @@ -174,9 +174,7 @@ export class DialogService {
174174 * and changes to it won't be considered a breaking change. Use at your own risk.
175175 */
176176 singletonClickListen ( ) {
177- console . log ( "singleton" ) ;
178177 if ( ! DialogService . listeningForBodyClicks ) {
179- console . log ( "singleton click" ) ;
180178 document . body . firstElementChild . addEventListener ( "click" , ( ) => null , true ) ;
181179 DialogService . listeningForBodyClicks = true ;
182180 }
You can’t perform that action at this time.
0 commit comments