Angular components that wrap Twitter API and allow users to embed Twitter widgets such as Tweets, Twitter Timelines, Twitter Follow Buttons and Twitter Tweet buttons.
Build the library npm run build:lib
and then serve it npm run start
.
Run npm run start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run build:lib
to build the project. This command will build this project to be used as an angular library. The build artifacts will be stored in the dist/
directory.
Go to the dist/ngx-tweet-line
and run npm publish
. Make sure that you are logged in on NPM.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.