Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any suggestions on how to implement this in angular 9? #30

Open
rachisalive opened this issue Jun 16, 2020 · 2 comments
Open

Any suggestions on how to implement this in angular 9? #30

rachisalive opened this issue Jun 16, 2020 · 2 comments

Comments

@rachisalive
Copy link

No description provided.

@rachisalive rachisalive changed the title Any suggestions on how to implement this in angular? Any suggestions on how to implement this in angular 9? Jun 16, 2020
@chrisco512
Copy link

If you iterate through the components in the source code, it's all SVG based, so could extract the SVG from https://github.com/fangpenlin/avataaars/blob/master/src/avatar/index.tsx and the rest of the components like Clothes, etc...you could copy / paste the svg into Angular components. There are some data binding and variables that you'll need to convert, but it's doable. I would start with getting that basic component above to render (remove all the children like Clothes, etc).

@006parth
Copy link

006parth commented Aug 11, 2020

@rachisalive did you find anything to make it work in angular? or something else for create avatar in angular.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants