Skip to content

Nishanth15293/egen-fe-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egen-fe-challenge

Egen-fe-challenge

Case 1: Use in an already existing angular App:
1)Do bower install egen_cclogo_nish.
2)Include the egen_cclogo.js and egen_cclogo.css in your index.html.
3)Inject "CreditCard" module to your module in which you are using this component.
Ex: angular.module('app', ['CreditCard']);
4)Use the component as an element <cclogo></cclogo> or as an attribute <div cclogo></div>.

Case 2: Test
1)clone the git repository from https://github.com/Nishanth15293/egen-fe-challenge.git;
2)Do "bower install" to install all the dependencies including jquery, bootstrap, angular.
3)Do "npm install" to install other dependencies like karma, jasmine etc.
4)Open index.html to check an example/Demo of basic usage of egen_cclogo_nish component.
5)Do "karma start" to check if all test cases went well.

About

egen-fe-challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published