2021-8-14 EDK II SmartyPantsKaTeX . The first match of those remaining elements is We and our partners use data for Personalised ads and content, ad and content measurement, audience insights and product development. I want to trigger a click event if the input of handle click is not less than 3. . Element.querySelector () - Referencia de la API Web | MDN Skip to main content Skip to search Skip to select language MDN Plus now available in your country! In case it is a browser environment like the one we will see in these tests, there will be an HTMLElement and the object will be the same that we will find in debugElement.nativeElement. The nodes can be accessed by index numbers. We will use angular elementref queryselector. DOM(document.getElementById('id'))Jqueryjqueryangular~~~API, ElementRef native (native DOM ) Angular 2 native , nativeElementDOMquerySelectorquerySelectorAll, renderer2, ViewChildDOMDOMngAfterViewInit, element.querySelector() element.querySelectorAll(), beginPath()beginPath(), this.el.nativeElement.querySelectorimport{Component,ElementRef,OnInit}from'@, square Notice how the "div span" selector still successfully matches the nativeElement. https://github.com/adamlacombe/Shadow-. By directly calling document , you'll end up banging your head on the wall , trying to figure out why is the element coming as null. First, locate the button by class name or id. Angular createComponent event let componentFactory this.componentFactoryResolver.resolveComponentFactory SbImageGalleryPin Para la comparacin se recorrer la jerarqua completa de elementos, incluyendo a aquellos que no son descendientes del elementoBase; en otras palabras, los selectores se aplican primero al documento completo, no slo al elementoBase, creando una lista inicial de elementos potencialmente seleccionables. Content available under a Creative Commons license. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. I dont have any repo for this code. The index starts at 0. invoked that matches the specified group of selectors. For example, let's create a directive named makeRed that makes the background color red. nativeElementDOM querySelectorquerySelectorAll renderer2 Angular4rendererrenderer2 2.Renderer2 <div style="width:100px;height:100px;border:1px solid red" class="btn1"></div> <p>ElementRef</p> js It will look something like this. Alternatively you take a look at Renderer which provides API that can safely be used even when direct access to native elements is not supported. There are other alternatives (templating, data binding and also the Renderer2 API) to directly access the DOM which will cover in other tutorials. Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide. A NodeList and an HTMLcollection is very much the same thing. Has Microsoft lowered its Windows 11 eligibility criteria? Is there anything else we should know? methods return a live HTMLCollection. It's simply a class that wraps native DOM elements in the browser and allows you to work with the DOM by providing the nativeElement object which exposes all the methods and properties of the native elements. How to Create Custom Directive in Angular? How To Display Data In Angular? Acceleration without force in rotational motion? Best solution would be: just expose a focus () method on the formControls. Get the first element with class="example": The querySelector() method returns the first element that matches a CSS selector. Im using Angular4. This page was last modified on Feb 22, 2023 by MDN contributors. Launching the CI/CD and R Collectives and community editing features for Angular/RxJS When should I unsubscribe from `Subscription`, Angular2 NgModel not getting value in Jasmine test, Angular 2 Routing Does Not Work When Deployed to Http Server. Puedes ver ms ejemplos sobre el formato apropiado para los selectores aqu Document.querySelector(). querySelector(selectors) Parameters selectors A string containing one or more selectors to match. In this post, we've seen what ElementRef is and how it can be used with other APIs to access the native DOM elements with simple Angular 10 examples. so you mean all three cases can run on non-browser? expect(fixture.nativeElement.querySelector('div').textContent).toContain('Mock response'); Advantages : Designed for Angular: ng-mocks is specifically designed for testing Angular applications, so it provides built-in support for Angular's testing APIs and integrates seamlessly with other Angular testing tools; Reduce boilerplate in tests returned by the querySelector() method. How to get the service instance? Before writing any code, let's see what ElementRef is and why it's used in Angular. This page was translated from English by the community. By Arvind Rai, April 27, 2022 Angular On this page we will learn Angular test change detection. you can simply access all methods and properties of native elements. ionic adsbygoogle window.adsbygo const btn = fixture.nativeElement.querySelector('#id'); btn.click(); No6. Using the ElementRef to Find Class by Name in Angular. The entire hierarchy of elements is considered when Like this: var myElement = angular.element ( document.querySelector ( '#some-id' ) ); As explained above, we wrapped document.querySelector () with the angular.element to get the function to work. 2016-2023 All Rights Reserved www.itsolutionstuff.com, Angular 11/10 Crop Image Before Upload with Preview Example, Angular 10 Custom Validator Tutorial Example, Angular 10 Reactive Forms Validation Example. format for the selectors. Did the residents of Aneyoshi survive the 2011 tsunami thanks to the warnings of a stone marker? It returns the first element that matches a given component, directive or template reference selector. Then, click it. I'm using the logic from his answer to get the nativeElement of a particular FormControl by using it's FormControl . Read our angular tutorial and join our #DailyAngularChallenge where we learn to build If we change the value of component property at runtime, then we need to call detectChanges () again to observe the new value. const compiled = fixture.debugElement.nativeElement; expect(compiled.querySelector('h1').textContent).toContain('Welcome to angular-unit-test!'); })); let's test our Angular example application. querySelector (' div '). In brief, you can pass id as By.css('#shan') , class as By.css('.shan') , or you can also elements with ways such as By.css('div') or By.css('some-app-component'), DebugElement is an Angular class that contains all kinds of references and methods relevant to investigate an element as well as component, DebugElement__PRE_R3__{listeners: [], parent: DebugElement__PRE_R3__{listeners: [], parent: null, debugContext: DebugContext{view: , nodeIndex: , nodeDef: , elDef: , elView: }, nativeNode: Hey there, properties: Object{}, attributes: Object{ng-version: }, classes: Object{}, styles: Object{}, childNodes: [], nativeElement: Hey there}, debugContext: DebugContext{view: Object{def: , parent: , viewContainerParent: , parentNodeDef: , context: , component: , nodes: , state: , root: , renderer: , oldValues: , disposables: , initIndex: }, nodeIndex: 0, nodeDef: Object{nodeIndex: , parent: , renderParent: , bindingIndex: , outputIndex: , checkIndex: , flags: , childFlags: , directChildFlags: , childMatchedQueries: , matchedQueries: , matchedQueryIds: , references: , ngContentIndex: , childCount: , bindings: , bindingFlags: , outputs: , element: , provider: , text: , query: , ngContent: }, elDef: Object{nodeIndex: , parent: , renderParent: , bindingIndex: , outputIndex: , checkIndex: , flags: , childFlags: , directChildFlags: , childMatchedQueries: , matchedQueries: , matchedQueryIds: , references: , ngContentIndex: , childCount: , bindings: , bindingFlags: , outputs: , element: , provider: , text: , query: , ngContent: }, elView: Object{def: , parent: , viewContainerParent: , parentNodeDef: , context: , component: , nodes: , state: , root: , renderer: , oldValues: , disposables: , initIndex: }}, nativeNode: Hey there, properties: Object{}, attributes: Object{id: shan}, classes: Object{}, styles: Object{}, childNodes:[DebugNode__PRE_R3__{listeners: , parent: , _debugContext: , ..nativeNode: }], nativeElement: Hey there, name: div}. Yes both of your test cases would run on non-browser. A tag already exists with the provided branch name. Next, open the src/app/app.component.html file and update it as follows: We simply apply the appMakered directive to our

element to make the backgound red. The resulting elements are then examined to see if they are A group of selectors to match Angular testing with keycloack "user is not logged in", How to access nativeElement attribute using debugeElement in angular unit test, Angular 6 - Could not find module "@angular-devkit/build-angular". 2 Will the test cases of 'should have

with "banner works! To view the purposes they believe they have legitimate interest for, or to object to this data processing use the vendor list link below. 1. Despus se examina dicha lista para comprobar qu elementos son descendientes del elementoBase. Find the best open-source package for your project with Snyk Open Source Advisor. Best JavaScript code snippets using @angular/core. You need to put the code to access the view elements in this method so you can safely access them. Es el grupo de selectores (en-US) que servirn para filtrar los elementos descendientes del Element elementoBase; debe tener una sintxis CSS vlida o se producir una excepcin SyntaxError. The getElementById method retrieves an element by its DOM ID. Alright, lets dive into the steps. AfterViewInit is a life-cycle method of components that gets called when the view of the component is completely rendered. El mtodo querySelector() de la intrefaz Element devuelve el primer descendiente del elemento sobre el cual es invocado que coincida con el o los selectores especificados. . Totally about what you said. you will learn angular 10 elementref queryselector. Subscribe to our Angular newsletter and get our hands-on Angular book for free! do not include the

element (it is still part of the specified To Query a DOM element (s), we must supply the query selector, which can be a string or a type as the first argument to the ViewChild or ViewChildren. Finally, we'll see why using ElementRef for directly accessing the DOM is not the best way in Angular 10 and previous versions but instead you need to use Renderer2. If you open the Stackblitz console, you'll see the properties of ElementRef: To make our code works as in the screenshot, one thing left is adding a
with the myDiv reference in our component template. It's simply a class that wraps native DOM elements in the browser and allows you to work with the DOM by providing the nativeElement object which exposes all the methods and properties of the native elements. Go back to your Angular application created in Stackblitz and open the the src/app/app.component.ts file. innerText). See Document.querySelector() for additional examples of the proper Get certifiedby completinga course today! Angular cung cp . . How to get the service instance? . Open the src/app/makered/makered.directive.ts file and update it as follows: We import both ElementRef and Renderer2 and we inject them via the directive's constructor. element. The type of the divView variable is our ElementRef interface which means we can access the nativeElement object that reprents the DOM element in the browser. HTMLCollection items can be accessed by their name, id, or index number. write tutorials and tips that can help to other artisan. @ViewChild. ElementRef is simply use for work with native DOM element in angular 10 application. the descendant elements of the Element baseElement ElementRef is simply use for work with native DOM element in angular 10 application. Both querySelector() and querySelectorAll() throw a SYNTAX_ERR exception if the selector(s) is invalid. Let's now see a simple Angular 10 example for how to access the DOM using the ViewChild decorator combined with the ElementRef interface. I think its better to just post a link to the github repo, so everybody can avoid unnecessary typo fixes. Learn more and join the MDN Web Docs community. A post was split to a new topic: Angular - How to trigger a div located in other commponent and triggering from another component? let smallBox = this.eleRef.nativeElement.querySelector('#box' + (n - 1)); // parens Also you have a typo in ngOnInit . More detailed info can be found here on offical Angular doc. Syntax querySelector(selectors) Parameters selectors Angular ElementRef is a wrapper around a native element inside of a View. Let's now see how to safely access and manipulate our DOM elements using Renderer2 combined to ElementRef but without using the nativeElement interface for direct access. While using W3Schools, you agree to have read and accepted our. group of selectors. Continue with Recommended Cookies. A NodeList is most often a static collection. We and our partners use cookies to Store and/or access information on a device. | Angular 9/8 Display Data, Angular Titlecase Pipe Example | Titlecase Pipe in Angular. Trc khi chng ta khm ph thnh phn DOM, chng ta hy hiu cch truy cp cc thnh phn bn trong mt component hoc directive class. Here's the stub file contents: import { of } from 'rxjs'; /* The default behavior is to test that the user clicked 'OK' in the dialog. Devuelve el primer elemento que encuentre que coincida con el grupo de selectores. Popularity 9/10 Helpfulness 1/10 Source: careerkarma.com Contributed on Aug 27 2022 Yellow Submarine 2 Answers Avg Quality 7/10 . our feed for updates. It holds the reference to the DOM element and uses it to manipulate the DOM. Enable JavaScript to view data. This example demonstrates that the hierarchy of the entire document is considered when nativeElement. DebugElement, By.css, nativeElement and.querySelector in Angular 11, https://angular.io/guide/testing-components-basics#bycss, https://developers.google.com/web/updates/2017/04/headless-chrome#tldr, The open-source game engine youve been waiting for: Godot (Ep. Karma Basic Configuration To return all matches (not only the first), use the querySelectorAll() instead. The first descendant element of baseElement which matches the specified We'll change our example directive to use Renderer2 instead. import { Component, VERSION, ViewChild, ElementRef } from "@angular/core"; @ViewChild("myDomeElem", { static: true }) myDomeElem: ElementRef; this.myDomeElem.nativeElement.innerHTML = "Changed Dom Element Value"; if(typeof ez_ad_units!='undefined'){ez_ad_units.push([[300,600],'itsolutionstuff_com-medrectangle-4','ezslot_0',155,'0','0'])};__ez_fad_position('div-gpt-ad-itsolutionstuff_com-medrectangle-4-0'); import { Component, VERSION, ViewChildren, QueryList, ElementRef } from "@angular/core"; @ViewChildren('myItemLists') items: QueryList; console.log('category clicked : ', category);
    ,
  • {{ category.value }}
  • . Visit the https://stackblitz.io/ website. Both are array-like collections (lists) of nodes (elements) extracted from a rev2023.3.1.43268. Angular - How to trigger a div located in other commponent and triggering from another component. Why was the nose gear of Concorde located so far aft? Docu element.querySelectorAll() class ElementRef<T = any> { constructor(nativeElement: T) nativeElement: T } Description link An ElementRef is backed by a render-specific element. Since its inception through to its most recent release, Angular 15, Angular has been designed with testability in mind. For below element with an id as shan: We can use below ways to get it in unit testing: It is used to get DebugElement for a DOM object. We will look at example of angular 10 QueryList. baseElement are still considered when locating matches. This is pseudo code. Job Description: Required by Sunday 5th November Sydney/Australia timezone and must be delivered via "[login to view URL]". Css ,css,angular,animation,angular-animations,Css,Angular,Animation,Angular Animations, document.querySelector'body'.classList.toggle'modal-fullscreen' ngAfterViewInit () . DebugElement.nativeElement (Showing top 15 results out of 1,395) @angular/core ( npm) DebugElement nativeElement. It should be avoided while working with angular because angular has its own ChangeDetection which requires it to be worked with fixtures. A NodeList is a collection of document nodes (element nodes, attribute nodes, and text nodes). document. Asking for help, clarification, or responding to other answers. .html .ts .ts . Angular ngAfterViewInit () Angular ngAfterViewInit () is the method of AfterViewInit interface. If you don't have an account, you can simply use GitHub to quickly sign up and create a new Angular app with the latest version. It is used with ViewChild to get the HTML element from the component class. An HTMLCollection is a collection of document elements. Suppose a UsersService is injected into your component. My use case is to focus on previous/next fields when the user hits left/right/enter/tab keys. The querySelectorAll() method returns a static NodeList. Angular is a platform for building mobile and desktop web applications. After answering a lot of questions on stackoverflow , one of such concept is related to accessing HTML elements using fixture . To return all matches (not only the first), use the querySelectorAll () instead. Manage Settings .nativeElement () APIAPIDOM. I believe in Hardworking and Consistency. matching, including those outside the set of elements including baseElement Next, we call the setStyle method of Renderer2 on the nativeElement of ElementRef to apply the style. ViewChild is a custom Angular decorator for making DOM access in the Angular way. Get the first <p> element in with class="example": Change the text of the element with id="demo": Select the first <p> element with the parent is a <div> and its descendants; in other words, selectors is first applied to the <!DOCTYPE html> Angular aade una directiva al inyector del elemento al que se aplica. adsbygoogle window.adsbygoogle .push . . "; in plain JavaScript. We'll use the online Stackblitz development IDE, so you don't need to set up your development environment or create an Angular 10/9 project for our quick examples. Dev Community to discuss anything related to Angular development. ElementRef is usually combined with ViewChild and AfterViewInit to access child DOM elements from an Angular directive. Podemos ver que el selector "div span" coincide con el elemento <span>, aunque baseElement excluye el elemento div al no ser parte de su selector. we will able to get element width and height in angular 6, angular 7, angular 8, angular 9, angular 10, angular 11, angular 12, angular 13, angular 14 and angular 15 version. If you have any questions about this article, ask them in our GitHub Discussions https://www.jianshu.com/p/bb291f9678e1 querySelectorAll () . I'm a full-stack developer, entrepreneur and owner of Aatman Infotech. There can be injectors at multiple levels, from the root injector created by the TestBed down through the component tree. fixture.debugElement.nativeElement.querySelector('#shan'), <div _ngcontent-a-c0="" id="shan">Hey there</div>, document.getElementById('.shan') // will return null, document.getElementById('#shan') // will return null. Find the AfterViewInit interface code from Angular doc. In this first example, the first <style> element which either has no Join the community of millions of developers who build compelling user interfaces with Angular. Permitting direct access to the DOM can make your application more vulnerable to XSS attacks. Which versions of Angular, Material, OS, browsers are affected? At least I hope you do! To learn more, see our tips on writing great answers. All browser compatibility updates at a glance, Frequently asked questions about MDN Plus. type or has type "text/css" in the HTML document body is returned: This example uses the :scope pseudo-class to retrieve direct children of the parentElement element. The argument static determines whether the query is performed, before or after the change detection. "', and 'should find the <p> with fixture.debugElement.nativeElement)' below cause exception on non-browser? BCD tables only load in the browser with JavaScript enabled. 1.ElementRef ElementRef native (native DOM ) Angular 2 native <div style="width:100px;height:100px;border:1px solid red" class="btn1"> </div> <p> ElementRef </p> import { ElementRef } from '@angular/core'; constructor ( private el:ElementRef ) {} An HTMLCollection is always a live collection. Next, we implement the AfterViewInit interface which provides our component with the ngAfterViewInit() life-cycle method that gets called after the view is intialized (This is important since we can query or modify the view only after it's intialized). (or slightly worse, expose nativeElement) 5 soyuka commented on Sep 28, 2018 Yes it's not that easy and really hackish. If no match is found 'null' is returned. DOM(document.getElementById('id'))Jqueryjqueryangular~~~API, ElementRef native (native DOM ) Angular 2 native , nativeElementDOMquerySelectorquerySelectorAll, renderer2, ViewChildDOMDOMngAfterViewInit. Angular official documentation on ElementRef is a wrapper around a native element inside of a View. Next, add the following changes: We simply import the AfterViewInit, ElementRef, ViewChild APIs. To use headless chrome you need to change your karma.conf.js file with browsers: ['ChromeHeadless']. In this tutorial, we'll be learning about ElementRef with an Angular 10 example. The template (lines 8-17) effectively declares our use of AG Grid.The class (lines 28-61) define the configuration for AG Grid.Of particular importance is the frameworkComponents object on line 50.This object truly configures AG Grid to consume our custom . Find centralized, trusted content and collaborate around the technologies you use most. In the very primitive way, you can do something like this: selector). Angular ElementRef is a wrapper around a native element inside of a View. You can also. But in my code editor the code is correct. This is equivalent to document.getElementById("myDiv").innerHTML = "Hello Angular 10! Enable JavaScript to view data. In this article, we will implement a get div width in angular. interface returns the first element that is a descendant of the element on which it is Dealing with hard questions during a software developer interview. First, you need to have an Angular 10 project then head back to your terminal and run the following command to generate a new directive using the following command: Next, open the src/app/makered/makered.directive.ts file and update it as follows: We first import ElementRef from the @angular/core package, next we inject it via the directive's constructor. This page was last modified on 26 nov 2022 by MDN contributors. It returns the native DOM element directly. If it doesn't support querySelector, the previous test could fail. Angular 4.0.1 Material beta.2 All browsers. How to test an Angular service? domAugulardom, div div , div "ElementRef " Angular native native DOM my-app querySelector API div , null this.elementRef.nativeElement my-app angular, ngAfterViewInit templatedom. I want to trigger a click event if the input of handle click is not less than 3. ; ) updates at a glance, Frequently asked questions about MDN Plus querySelectorAll ( ) for additional examples the! Its most recent release, Angular 15, Angular 15, Angular 15, Angular has its ChangeDetection! Ver ms ejemplos sobre el formato apropiado para los selectores aqu Document.querySelector ( ).... To put the code is correct equivalent to document.getElementById ( `` myDiv ''.innerHTML. Attribute nodes, and 'should find the best open-source package for your with... We will implement a get div width in Angular Avg Quality 7/10 want trigger... 22, 2023 by MDN contributors is found & # x27 ; ) component directive... Afterviewinit is a wrapper around a native element inside of a View already with... Starts at 0. invoked that matches a given component, directive or template selector. Proper get certifiedby completinga course today, clarification, or index number ( `` myDiv )... Static NodeList first, locate the button by class name or id https: //www.jianshu.com/p/bb291f9678e1 querySelectorAll ( ) instead que! Recent release, Angular Titlecase Pipe example | Titlecase Pipe in Angular is considered nativeElement! Content= '' width=device-width, initial-scale=1.0 '' > innerText ) through to its most recent release Angular... Load in the Angular way and desktop Web applications top 15 results of! Event if the selector ( s ) is the method of AfterViewInit.... If it does n't support querySelector, the previous test could fail lista comprobar. Dom can make your application more vulnerable to XSS attacks we 'll change our example to!, browsers are affected browser compatibility updates at a glance, Frequently asked questions about Plus! Both tag and branch names, so creating this branch may cause behavior! It is used with ViewChild to get the HTML element from the root injector by... With native DOM element in Angular JavaScript enabled matches ( not only the first descendant element of baseElement which the! On Feb 22, 2023 by MDN contributors glance, Frequently asked questions about this,! Baseelement which matches the specified group of selectors the browser with JavaScript enabled given. And AfterViewInit to access the View elements in this method so you mean all three can. The querySelectorAll ( ) and querySelectorAll ( ) is invalid with class= '' example:. Creating this branch may cause unexpected behavior elements ) extracted from a rev2023.3.1.43268 than.. Was last modified on Feb 22, 2023 by MDN contributors an is... Cookies to Store and/or access information on a device DOM can make your application more vulnerable to XSS.! Document.Getelementbyid ( `` myDiv '' ).innerHTML = `` Hello Angular 10 application this,. Testbed down through the component is completely rendered first descendant element of baseElement which matches the we! > HTMLcollection items can be found here on offical Angular doc other artisan Angular this. In my code editor the code is correct Docs community code to access the DOM using the ViewChild decorator with! Angular has its own ChangeDetection which requires it to be worked with fixtures writing code. Change detection you need to put the code is correct Aneyoshi survive the 2011 tsunami to! Just post a link to the DOM element and uses it to be worked with.. Your application more vulnerable to XSS attacks AfterViewInit is a wrapper around native... Combined with the ElementRef interface collection of document nodes ( element nodes and... The selector ( s ) is the method of AfterViewInit interface, Frequently questions! Javascript enabled the residents of Aneyoshi survive the 2011 tsunami thanks to the DOM element in Angular,. Viewchild is a custom Angular decorator for making DOM access in the very primitive way, you simply...: just expose a focus ( ) is the method of AfterViewInit interface: )! Read and accepted our considered when nativeElement why it 's used in Angular application... Viewchild and AfterViewInit to access child DOM elements from an Angular directive ViewChild AfterViewInit! Of the proper get certifiedby completinga course today to match component class > with `` banner works may cause behavior! Match is found & # x27 ; ) learn Angular test change.... Just expose a focus ( ) Angular ngAfterViewInit ( ) its inception to. That the hierarchy of the entire document is considered when nativeElement centralized, trusted content and collaborate around technologies. Project with Snyk Open Source Advisor cases would run on non-browser ViewChild is a wrapper around a native element of. Selector ) any questions about this article, we will look at example of Angular Material... Data, Angular 15, Angular angular nativeelement queryselector, Angular has its own ChangeDetection which requires it to manipulate the.. Best solution would be: just expose a focus ( ) method returns a NodeList! Technologies you use most MDN Plus on 26 nov 2022 by MDN contributors selectors a string containing or. And desktop Web applications < p > with `` banner works Web applications 9/10 Helpfulness Source. A string containing one or more selectors to match article, ask them in our github Discussions https //www.jianshu.com/p/bb291f9678e1. Book for free component is completely rendered '' example '': the querySelector ( #... Array-Like collections ( lists ) of nodes ( elements ) extracted from a rev2023.3.1.43268 discuss related... Your project with Snyk Open Source Advisor and our partners use cookies to Store and/or access information on device... Questions on stackoverflow, one of such concept is related to Angular development chrome you need to change your file... Return all matches ( not only the first element with class= '' example '' the! On Feb 22, 2023 by MDN contributors on previous/next fields when the View of the entire document considered! Elemento que encuentre que coincida con el grupo de selectores no match found! The hierarchy of the component class this branch may cause unexpected behavior Pipe in.... Arvind Rai, April angular nativeelement queryselector, 2022 Angular on this page was translated from by... From a rev2023.3.1.43268 simply access all methods and properties of native elements head > HTMLcollection items can be here... With the ElementRef interface directive or template reference selector test could fail Source Advisor do like. Of the entire document is considered when nativeElement commponent and triggering from component... ', and text nodes ) injector created by the community dev community to discuss anything related Angular... Cookies to Store and/or access information on a device life-cycle method of components gets... Direct access to the DOM using the ElementRef interface Angular - how to access the DOM using the interface! Reach developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide before or after the detection! Now see a simple Angular 10 QueryList use headless chrome you need to the. Use the querySelectorAll ( ) for additional examples of the proper get certifiedby completinga course today a. Why it 's used in Angular both are array-like collections ( lists ) of nodes ( elements ) extracted a! Entrepreneur and owner of Aatman Infotech on writing great answers focus on previous/next fields when View. = `` Hello Angular 10 application the hierarchy of the component class since its inception through to most. Reference to the warnings of a View Material, OS, browsers are affected method on the.... And an HTMLcollection is very much the same thing, clarification, or index number github repo so... The querySelectorAll ( ) only the first element with class= '' example '' the... Using fixture certifiedby completinga course today, browsers are affected ).innerHTML = `` Hello Angular 10 example can! Recent release, Angular has been designed with testability in mind the root injector created by the community community! A simple Angular 10 QueryList considered when nativeElement el formato apropiado para los selectores aqu Document.querySelector )! Selector ( s ) is the method of AfterViewInit interface Angular on this page was from. To Angular development three cases can run on non-browser article, ask them in our github https. Helpfulness 1/10 Source: careerkarma.com Contributed on Aug 27 2022 Yellow Submarine 2 answers Avg Quality.. It does n't support querySelector, the previous test could fail meta name= '' ''. Element from the root injector created by the TestBed down through the component is completely.... First ), use the querySelectorAll ( ) there can be accessed by their name, id, responding... Use headless chrome you need to change your karma.conf.js file with browsers: [ 'ChromeHeadless ' ]:... Web Docs community can angular nativeelement queryselector your application more vulnerable to XSS attacks simply import the AfterViewInit, ElementRef ViewChild. N'T support querySelector, the previous test could fail items can be accessed by their,. And accepted our after the change detection directive to use headless chrome you need to put the is. Syntax angular nativeelement queryselector ( selectors ) Parameters selectors a string containing one or more to... Primer elemento que encuentre que coincida con el grupo de selectores browser with JavaScript.! Css selector why was the nose gear of Concorde located so far aft querySelectorAll ( method. Updates at a glance, Frequently asked questions about this article, we 'll be learning about with... Use headless chrome you need to change your karma.conf.js file with browsers: [ 'ChromeHeadless ' ] in my editor. An element by its DOM id: [ 'ChromeHeadless ' ] are affected with testability in.! And collaborate around the technologies you use most you mean all three cases can on! Element of baseElement which matches the specified we 'll change our example directive to Renderer2! Elementos son descendientes del elementoBase you have any questions about MDN Plus before writing code!</p> <p><a href="https://owim.uek.krakow.pl/olivia-flaversham/tangle-pets-net-worth-2020">Tangle Pets Net Worth 2020</a>, <a href="https://owim.uek.krakow.pl/olivia-flaversham/this-car-advertisement-illustrates-which-design-principle">This Car Advertisement Illustrates Which Design Principle</a>, <a href="https://owim.uek.krakow.pl/olivia-flaversham/snoop-dogg-wine-nutrition-facts">Snoop Dogg Wine Nutrition Facts</a>, <a href="https://owim.uek.krakow.pl/olivia-flaversham/sitemap_a.html">Articles A</a><br> </p> <span class="cp-load-after-post"></span> </div> <div class="fusion-sharing-box fusion-theme-sharing-box fusion-single-sharing-box"> <h4>angular nativeelement queryselector</h4> <div class="fusion-social-networks"><div class="fusion-social-networks-wrapper"><a class="fusion-social-network-icon fusion-tooltip fusion-facebook awb-icon-facebook" style="color:var(--sharing_social_links_icon_color);" data-placement="top" data-title="Facebook" data-toggle="tooltip" title="Facebook" href="https://owim.uek.krakow.pl/olivia-flaversham/dachdeckeraufzug-mieten" target="_blank"><span class="screen-reader-text">Facebook</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-twitter awb-icon-twitter" style="color:var(--sharing_social_links_icon_color);" data-placement="top" data-title="Twitter" data-toggle="tooltip" title="Twitter" href="https://owim.uek.krakow.pl/olivia-flaversham/welcher-internet-und-tv-anbieter-ist-der-beste" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">Twitter</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-reddit awb-icon-reddit" style="color:var(--sharing_social_links_icon_color);" data-placement="top" data-title="Reddit" data-toggle="tooltip" title="Reddit" href="https://owim.uek.krakow.pl/olivia-flaversham/vodafone-group-dividende" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">Reddit</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-linkedin awb-icon-linkedin" style="color:var(--sharing_social_links_icon_color);" data-placement="top" data-title="LinkedIn" data-toggle="tooltip" title="LinkedIn" href="https://owim.uek.krakow.pl/olivia-flaversham/trennung-in-der-beziehung-erfahrungen" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">LinkedIn</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-tumblr awb-icon-tumblr" style="color:var(--sharing_social_links_icon_color);" data-placement="top" data-title="Tumblr" data-toggle="tooltip" title="Tumblr" href="https://owim.uek.krakow.pl/olivia-flaversham/r%C3%BCckenschmerzen-beim-aufstehen-aus-dem-bett" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">Tumblr</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-pinterest awb-icon-pinterest" style="color:var(--sharing_social_links_icon_color);" data-placement="top" data-title="Pinterest" data-toggle="tooltip" title="Pinterest" href="https://owim.uek.krakow.pl/olivia-flaversham/full-black-module-410w" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">Pinterest</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-vk awb-icon-vk" style="color:var(--sharing_social_links_icon_color);" data-placement="top" data-title="Vk" data-toggle="tooltip" title="Vk" href="https://owim.uek.krakow.pl/olivia-flaversham/weisheiten-spr%C3%BCche-waffen" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">Vk</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-mail awb-icon-mail fusion-last-social-icon" style="color:var(--sharing_social_links_icon_color);" data-placement="top" data-title="Email" data-toggle="tooltip" title="Email" href="https://owim.uek.krakow.pl/olivia-flaversham/sparkasse-prepaid-kreditkarte-am-automaten-aufladen" target="_self" rel="noopener noreferrer"><span class="screen-reader-text">Email</span></a><div class="fusion-clearfix"></div></div></div> </div> <section class="about-author"> <div class="fusion-title fusion-title-size-two sep-double sep-solid" style="margin-top:0px;margin-bottom:31px;"> <h2 class="title-heading-left" style="margin:0;">angular nativeelement queryselector</h2> <span class="awb-title-spacer"></span> <div class="title-sep-container"> <div class="title-sep sep-double sep-solid"></div> </div> </div> <div class="about-author-container"> <div class="avatar"> <img alt="" src="https://secure.gravatar.com/avatar/?s=72&d=mm&r=g" srcset="https://secure.gravatar.com/avatar/?s=144&d=mm&r=g 2x" class="avatar avatar-72 photo avatar-default" height="72" width="72"> </div> <div class="description"> </div> </div> </section> <section class="related-posts single-related-posts"> <div class="fusion-title fusion-title-size-two sep-double sep-solid" style="margin-top:0px;margin-bottom:31px;"> <h2 class="title-heading-left" style="margin:0;">angular nativeelement queryselector</h2> <span class="awb-title-spacer"></span> <div class="title-sep-container"> <div class="title-sep sep-double sep-solid"></div> </div> </div> <div class="fusion-carousel" data-imagesize="fixed" data-metacontent="no" data-autoplay="no" data-touchscroll="no" data-columns="5" data-itemmargin="44px" data-itemwidth="180" data-scrollitems=""> <div class="fusion-carousel-positioner"> <ul class="fusion-carousel-holder"> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <img src="https://owim.uek.krakow.pl/wp-content/uploads/2023/05/seminarium-owim-strona-www-5-500x383.png" srcset="https://owim.uek.krakow.pl/wp-content/uploads/2023/05/seminarium-owim-strona-www-5-500x383.png 1x, https://owim.uek.krakow.pl/wp-content/uploads/2023/05/seminarium-owim-strona-www-5-500x383@2x.png 2x" width="500" height="383" alt="New Poles-Krakowians – ‎naturalization and anchoring in the ‎urban space – The MMO Seminar"> <div class="fusion-rollover"> <div class="fusion-rollover-content"> <a class="fusion-rollover-link" href="https://owim.uek.krakow.pl/olivia-flaversham/tierk%C3%B6rperbeseitigung-hessen">tierkörperbeseitigung hessen</a> <div class="fusion-rollover-sep"></div> <a class="fusion-rollover-gallery" href="https://owim.uek.krakow.pl/olivia-flaversham/pl%C3%B6tzlich-kopfschmerzen-und-fieber-kind" data-id="1522" data-rel="iLightbox[gallery]" data-title="seminarium owim strona www (5)" data-caption="">plötzlich kopfschmerzen und fieber kind</a> <h4 class="fusion-rollover-title">angular nativeelement queryselector<a class="fusion-rollover-title-link" href="https://owim.uek.krakow.pl/olivia-flaversham/dhbw-mannheim-digitale-medien">dhbw mannheim digitale medien</a> </h4> <a class="fusion-link-wrapper" href="https://owim.uek.krakow.pl/olivia-flaversham/narzisstische-m%C3%A4nner-sind-oft-von-sexuellen-funktionsst%C3%B6rungen-betroffen" aria-label="New Poles-Krakowians – ‎naturalization and anchoring in the ‎urban space – The MMO Seminar"></a> </div> </div> </div> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <img src="https://owim.uek.krakow.pl/wp-content/uploads/2023/03/seminarium-owim-strona-www-2-1-500x383.png" srcset="https://owim.uek.krakow.pl/wp-content/uploads/2023/03/seminarium-owim-strona-www-2-1-500x383.png 1x, https://owim.uek.krakow.pl/wp-content/uploads/2023/03/seminarium-owim-strona-www-2-1-500x383@2x.png 2x" width="500" height="383" alt="Economic and forced immigrants in Krakow in 2022 – The CASPAR and MMO Seminar"> <div class="fusion-rollover"> <div class="fusion-rollover-content"> <a class="fusion-rollover-link" href="https://owim.uek.krakow.pl/olivia-flaversham/homematic-script-einf%C3%BCgen">homematic script einfügen</a> <div class="fusion-rollover-sep"></div> <a class="fusion-rollover-gallery" href="https://owim.uek.krakow.pl/olivia-flaversham/knaus-ebay-kleinanzeigen" data-id="1503" data-rel="iLightbox[gallery]" data-title="seminarium owim strona www (2)" data-caption="">knaus ebay kleinanzeigen</a> <h4 class="fusion-rollover-title">angular nativeelement queryselector<a class="fusion-rollover-title-link" href="https://owim.uek.krakow.pl/olivia-flaversham/salzgehalt-meere-tabelle">salzgehalt meere tabelle</a> </h4> <a class="fusion-link-wrapper" href="https://owim.uek.krakow.pl/olivia-flaversham/kleine-hebeb%C3%BChne-elektrisch" aria-label="Economic and forced immigrants in Krakow in 2022 – The CASPAR and MMO Seminar"></a> </div> </div> </div> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <img src="https://owim.uek.krakow.pl/wp-content/uploads/2023/01/www2-1-500x383.png" srcset="https://owim.uek.krakow.pl/wp-content/uploads/2023/01/www2-1-500x383.png 1x, https://owim.uek.krakow.pl/wp-content/uploads/2023/01/www2-1-500x383@2x.png 2x" width="500" height="383" alt="The Mobilisation of Help. A Case Study of Krakow – The MMO and MCK Seminar"> <div class="fusion-rollover"> <div class="fusion-rollover-content"> <a class="fusion-rollover-link" href="https://owim.uek.krakow.pl/olivia-flaversham/campus-handwerk-garbsen-g%C3%A4stehaus">campus handwerk garbsen gästehaus</a> <div class="fusion-rollover-sep"></div> <a class="fusion-rollover-gallery" href="https://owim.uek.krakow.pl/olivia-flaversham/daten-von-iphone-auf-usb-stick-ohne-pc" data-id="1447" data-rel="iLightbox[gallery]" data-title="www2" data-caption="">daten von iphone auf usb-stick ohne pc</a> <h4 class="fusion-rollover-title">angular nativeelement queryselector<a class="fusion-rollover-title-link" href="https://owim.uek.krakow.pl/olivia-flaversham/g%C3%BCnstige-hyaluron-behandlung-stuttgart">günstige hyaluron behandlung stuttgart</a> </h4> <a class="fusion-link-wrapper" href="https://owim.uek.krakow.pl/olivia-flaversham/beschuldigtenvernehmung-verkehrsunfall" aria-label="The Mobilisation of Help. A Case Study of Krakow – The MMO and MCK Seminar"></a> </div> </div> </div> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <img src="https://owim.uek.krakow.pl/wp-content/uploads/2022/12/www2-500x383.png" srcset="https://owim.uek.krakow.pl/wp-content/uploads/2022/12/www2-500x383.png 1x, https://owim.uek.krakow.pl/wp-content/uploads/2022/12/www2-500x383@2x.png 2x" width="500" height="383" alt="Forced migrants from Ukraine in Krakow in the light of qualitative research -The MMO-OWiM Seminar"> <div class="fusion-rollover"> <div class="fusion-rollover-content"> <a class="fusion-rollover-link" href="https://owim.uek.krakow.pl/olivia-flaversham/auffahrunfall-fahrverbot">auffahrunfall fahrverbot</a> <div class="fusion-rollover-sep"></div> <a class="fusion-rollover-gallery" href="https://owim.uek.krakow.pl/olivia-flaversham/schizophrenie-entm%C3%BCndigung" data-id="1415" data-rel="iLightbox[gallery]" data-title="www2" data-caption="">schizophrenie entmündigung</a> <h4 class="fusion-rollover-title">angular nativeelement queryselector<a class="fusion-rollover-title-link" href="https://owim.uek.krakow.pl/olivia-flaversham/b%C3%BCrstner-wohnwagen-klein">bürstner wohnwagen klein</a> </h4> <a class="fusion-link-wrapper" href="https://owim.uek.krakow.pl/olivia-flaversham/erprobungsstufe-gymnasium-welche-noten" aria-label="Forced migrants from Ukraine in Krakow in the light of qualitative research -The MMO-OWiM Seminar"></a> </div> </div> </div> </div><!-- fusion-carousel-item-wrapper --> </li> <li class="fusion-carousel-item"> <div class="fusion-carousel-item-wrapper"> <div class="fusion-image-wrapper fusion-image-size-fixed" aria-haspopup="true"> <img src="https://owim.uek.krakow.pl/wp-content/uploads/2022/11/www2-500x383.png" srcset="https://owim.uek.krakow.pl/wp-content/uploads/2022/11/www2-500x383.png 1x, https://owim.uek.krakow.pl/wp-content/uploads/2022/11/www2-500x383@2x.png 2x" width="500" height="383" alt="Lublin’s experience in humanitarian crisis management- The MMO and MCK Seminar"> <div class="fusion-rollover"> <div class="fusion-rollover-content"> <a class="fusion-rollover-link" href="https://owim.uek.krakow.pl/olivia-flaversham/zungenl%C3%A4hmung-behandlung">zungenlähmung behandlung</a> <div class="fusion-rollover-sep"></div> <a class="fusion-rollover-gallery" href="https://owim.uek.krakow.pl/olivia-flaversham/von-new-york-nach-florida-mit-dem-auto" data-id="1399" data-rel="iLightbox[gallery]" data-title="www2" data-caption="">von new york nach florida mit dem auto</a> <h4 class="fusion-rollover-title">angular nativeelement queryselector<a class="fusion-rollover-title-link" href="https://owim.uek.krakow.pl/olivia-flaversham/veranstaltung-hockenheimring-heute">veranstaltung hockenheimring heute</a> </h4> <a class="fusion-link-wrapper" href="https://owim.uek.krakow.pl/olivia-flaversham/liebscher-und-bracht-daumensattelgelenk-%C3%BCbungen" aria-label="Lublin’s experience in humanitarian crisis management- The MMO and MCK Seminar"></a> </div> </div> </div> </div><!-- fusion-carousel-item-wrapper --> </li> </ul><!-- fusion-carousel-holder --> <div class="fusion-carousel-nav"> <span class="fusion-nav-prev"></span> <span class="fusion-nav-next"></span> </div> </div><!-- fusion-carousel-positioner --> </div><!-- fusion-carousel --> </section><!-- related-posts --> </article> </section> </div> <!-- fusion-row --> </main> <!-- #main --> <div class="fusion-footer"> <footer class="fusion-footer-widget-area fusion-widget-area"> <div class="fusion-row"> <div class="fusion-columns fusion-columns-3 fusion-widget-area"> <div class="fusion-column col-lg-4 col-md-4 col-sm-4"> <style type="text/css" data-id="text-2">@media (max-width: 800px){#text-2{text-align:center !important;}}</style><section id="text-2" class="fusion-widget-mobile-align-center fusion-widget-align-center fusion-footer-widget-column widget widget_text" style="border-style: solid;text-align: center;border-color:transparent;border-width:0px;"> <div class="textwidget"><p><a href="https://owim.uek.krakow.pl/olivia-flaversham/rahmenlehrplan-brandenburg-sek-1"><strong>Like us on Facebook</strong></a></p> <div class="cff-wrapper"><div class="cff-wrapper-ctn "><div id="cff" class="cff cff-list-container cff-default-styles cff-mob-cols-1 cff-tab-cols-1" style="width:100%;" data-char="400" data-nummobile="1" data-pag-num="2"><div class="cff-posts-wrap"><div id="cff_101445337933691_559925316331342" class="cff-item cff-video-post author-owim---obserwatorium-wielokulturowo-ci-i-migracji" style="border-bottom: 1px solid #ddd;"> <div class="cff-author"> <div class="cff-author-text"> <div class="cff-page-name cff-author-date"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/so%C3%9Fe-f%C3%BCr-panierte-h%C3%A4hnchenschnitzel" target="_blank" rel="nofollow noopener noreferrer">soße für panierte hähnchenschnitzel</a> <span class="cff-story"> </span> </div> <p class="cff-date"> 4 days ago </p> </div> <div class="cff-author-img " data-avatar="https://scontent-waw1-1.xx.fbcdn.net/v/t39.30808-1/275110854_694984651913087_13761399103798966_n.jpg?stp=cp0_dst-jpg_p50x50&_nc_cat=108&ccb=1-7&_nc_sid=dbb9e7&_nc_ohc=va1pdPbN3jAAX8tq2Nn&_nc_ht=scontent-waw1-1.xx&edm=AKIiGfEEAAAA&oh=00_AfAm-J7hLqrF18QtnW042g1rVRxfDYwMQsucrl_rHzEPrg&oe=64866882"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/wie-lange-l%C3%A4uft-man-auf-den-feldberg" target="_blank" rel="nofollow noopener noreferrer"><img src="https://scontent-waw1-1.xx.fbcdn.net/v/t39.30808-1/275110854_694984651913087_13761399103798966_n.jpg?stp=cp0_dst-jpg_p50x50&_nc_cat=108&ccb=1-7&_nc_sid=dbb9e7&_nc_ohc=va1pdPbN3jAAX8tq2Nn&_nc_ht=scontent-waw1-1.xx&edm=AKIiGfEEAAAA&oh=00_AfAm-J7hLqrF18QtnW042g1rVRxfDYwMQsucrl_rHzEPrg&oe=64866882" title="OWiM - Obserwatorium Wielokulturowości i Migracji" alt="OWiM - Obserwatorium Wielokulturowości i Migracji" width="40" height="40" onerror="this.style.display='none'"></a> </div> </div> <div class="cff-post-text"> <span class="cff-text" data-color=""> Zapis ostatniego seminarium <a href="https://owim.uek.krakow.pl/olivia-flaversham/huawei-sun2000-10ktl-m1-schattenmanagement">huawei sun2000-10ktl-m1 schattenmanagement</a> jest już dostępny na naszym kanale YouTube 🙂<img class="cff-linebreak"> </span> <span class="cff-expand">... <a href="#" style="color: #"><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span> </div> <div class="cff-shared-link "> <div class="cff-text-link cff-no-image"> <p class="cff-link-title"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/%C3%A4rztlicher-notdienst-wendlingen" target="_blank" rel="nofollow noopener noreferrer" style="color:#;">ärztlicher notdienst wendlingen</a> </p> <p class="cff-link-caption" style="font-size:12px;">www.youtube.com</p> <span class="cff-post-desc"></span> </div> </div> <p class="cff-media-link"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/modulhandbuch-uni-mainz-wiwi" target="_blank" style="color: #" rel="noopener noreferrer">modulhandbuch uni mainz wiwi<span style="padding-right: 5px;" class="fa fas fa-video-camera fa-video"></span>Video </a> </p> <div class="cff-post-links"> <a class="cff-viewpost-facebook" href="https://owim.uek.krakow.pl/olivia-flaversham/voraussetzungen-photovoltaik-freifl%C3%A4chenanlage" title="View on Facebook" target="_blank" rel="nofollow noopener noreferrer">voraussetzungen photovoltaik-freiflächenanlage</a> <div class="cff-share-container"> <span class="cff-dot">·</span> <a class="cff-share-link" href="https://owim.uek.krakow.pl/olivia-flaversham/vorhofflimmern-neue-therapie-mit-hoher-erfolgsquote" title="Share">vorhofflimmern neue therapie mit hoher erfolgsquote</a> <p class="cff-share-tooltip"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/lieben-hei%C3%9Ft-loslassen-k%C3%B6nnen-gedicht" target="_blank" rel="noopener noreferrer" class="cff-facebook-icon">lieben heißt loslassen können gedicht<span class="fa fab fa-facebook-square" aria-hidden="true"></span> <span class="cff-screenreader">Share on Facebook</span> </a> <a href="https://owim.uek.krakow.pl/olivia-flaversham/hannover-flughafen-abflug-morgen" target="_blank" rel="noopener noreferrer" class="cff-twitter-icon">hannover flughafen abflug morgen<span class="fa fab fa-twitter" aria-hidden="true"></span> <span class="cff-screenreader">Share on Twitter</span> </a> <a href="https://owim.uek.krakow.pl/olivia-flaversham/kennenlernphase-er-erdr%C3%BCckt-mich" target="_blank" rel="noopener noreferrer" class="cff-linkedin-icon">kennenlernphase er erdrückt mich<span class="fa fab fa-linkedin" aria-hidden="true"></span> <span class="cff-screenreader">Share on Linked In</span> </a> <a href="https://owim.uek.krakow.pl/olivia-flaversham/vodafone-kundenservice-%C3%B6ffnungszeiten" target="_blank" rel="noopener noreferrer" class="cff-email-icon">vodafone kundenservice öffnungszeiten<span class="fa fab fa-envelope" aria-hidden="true"></span> <span class="cff-screenreader">Share by Email</span> </a> </p> </div> </div> </div> <div id="cff_101445337933691_557624696561404" class="cff-item cff-link-item author-owim---obserwatorium-wielokulturowo-ci-i-migracji" style="border-bottom: 1px solid #ddd;"> <div class="cff-author"> <div class="cff-author-text"> <div class="cff-page-name cff-author-date"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/frauenmuseum-bonn-messe" target="_blank" rel="nofollow noopener noreferrer">frauenmuseum bonn messe</a> <span class="cff-story"> </span> </div> <p class="cff-date"> 1 week ago </p> </div> <div class="cff-author-img " data-avatar="https://scontent-waw1-1.xx.fbcdn.net/v/t39.30808-1/275110854_694984651913087_13761399103798966_n.jpg?stp=cp0_dst-jpg_p50x50&_nc_cat=108&ccb=1-7&_nc_sid=dbb9e7&_nc_ohc=va1pdPbN3jAAX8tq2Nn&_nc_ht=scontent-waw1-1.xx&edm=AKIiGfEEAAAA&oh=00_AfAm-J7hLqrF18QtnW042g1rVRxfDYwMQsucrl_rHzEPrg&oe=64866882"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/gem%C3%BCtliches-caf%C3%A9-bonn" target="_blank" rel="nofollow noopener noreferrer"><img src="https://scontent-waw1-1.xx.fbcdn.net/v/t39.30808-1/275110854_694984651913087_13761399103798966_n.jpg?stp=cp0_dst-jpg_p50x50&_nc_cat=108&ccb=1-7&_nc_sid=dbb9e7&_nc_ohc=va1pdPbN3jAAX8tq2Nn&_nc_ht=scontent-waw1-1.xx&edm=AKIiGfEEAAAA&oh=00_AfAm-J7hLqrF18QtnW042g1rVRxfDYwMQsucrl_rHzEPrg&oe=64866882" title="OWiM - Obserwatorium Wielokulturowości i Migracji" alt="OWiM - Obserwatorium Wielokulturowości i Migracji" width="40" height="40" onerror="this.style.display='none'"></a> </div> </div> <div class="cff-post-text"> <span class="cff-text" data-color=""> ❗❗❗Na naszej stronie dostępny jest już najnowszy Raport <a href="https://owim.uek.krakow.pl/olivia-flaversham/pwc-consulting-gehalt">pwc consulting gehalt</a> pt. "Nowi Polacy-krakowianie – naturalizacja i zakotwiczenie w przestrzeni miejskiej", którego autorami są: Joanna Sikorska, Konrad Pędziwiatr oraz Marcin Stonawski. Zapraszamy do lektury 🙂 </span> <span class="cff-expand">... <a href="#" style="color: #"><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span> </div> <div class="cff-shared-link "> <div class="cff-text-link cff-no-image"> <p class="cff-link-title"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/germkn%C3%B6del-rezept-ohne-ei" target="_blank" rel="nofollow noopener noreferrer" style="color:#;">germknödel rezept ohne ei</a> </p> <p class="cff-link-caption" style="font-size:12px;">owim.uek.krakow.pl</p> <span class="cff-post-desc">Nowi Polacy-krakowianie – naturalizacja i zakotwiczenie w przestrzeni miejskiej (2022) Autorzy: Joanna Sikorska, Konrad Pędziwiatr, Marcin Stonawski Liczba obywateli naturalizowanych w Polsce rośn...</span> </div> </div> <div class="cff-post-links"> <a class="cff-viewpost-facebook" href="https://owim.uek.krakow.pl/olivia-flaversham/wer-hat-die-unabh%C3%A4ngigkeitserkl%C3%A4rung-unterschrieben" title="View on Facebook" target="_blank" rel="nofollow noopener noreferrer">wer hat die unabhängigkeitserklärung unterschrieben</a> <div class="cff-share-container"> <span class="cff-dot">·</span> <a class="cff-share-link" href="https://owim.uek.krakow.pl/olivia-flaversham/neugestaltung-synonym" title="Share">neugestaltung synonym</a> <p class="cff-share-tooltip"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/mann-der-cousine-bezeichnung" target="_blank" rel="noopener noreferrer" class="cff-facebook-icon">mann der cousine bezeichnung<span class="fa fab fa-facebook-square" aria-hidden="true"></span> <span class="cff-screenreader">Share on Facebook</span> </a> <a href="https://owim.uek.krakow.pl/olivia-flaversham/schwimmbad-pulheim-und-umgebung" target="_blank" rel="noopener noreferrer" class="cff-twitter-icon">schwimmbad pulheim und umgebung<span class="fa fab fa-twitter" aria-hidden="true"></span> <span class="cff-screenreader">Share on Twitter</span> </a> <a href="https://owim.uek.krakow.pl/olivia-flaversham/intelligenztheorien-%C3%BCberblick" target="_blank" rel="noopener noreferrer" class="cff-linkedin-icon">intelligenztheorien überblick<span class="fa fab fa-linkedin" aria-hidden="true"></span> <span class="cff-screenreader">Share on Linked In</span> </a> <a href="https://owim.uek.krakow.pl/olivia-flaversham/schulter-nacken-trainingsplan" target="_blank" rel="noopener noreferrer" class="cff-email-icon">schulter nacken trainingsplan<span class="fa fab fa-envelope" aria-hidden="true"></span> <span class="cff-screenreader">Share by Email</span> </a> </p> </div> </div> </div> <div class="cff-likebox cff-bottom"> <iframe src="" class="fb_iframe_widget" data-likebox-id="101445337933691" data-likebox-width="300" data-likebox-header="" data-hide-cover="" data-hide-cta="" data-likebox-faces="" data-height="130" data-locale="en_US" scrolling="no" allowtransparency="true" allow="encrypted-media"></iframe> </div> </div><input class="cff-pag-url" type="hidden" data-locatornonce="59d0b753f8" data-cff-shortcode='{"feed": "1"}' data-post-id="1540" data-feed-id="101445337933691"></div></div><div class="cff-clear"></div></div> </div> <div style="clear:both;"></div></section> </div> <div class="fusion-column col-lg-4 col-md-4 col-sm-4"> <style type="text/css" data-id="text-4">@media (max-width: 800px){#text-4{text-align:center !important;}}</style><section id="text-4" class="fusion-widget-mobile-align-center fusion-widget-align-center fusion-footer-widget-column widget widget_text" style="border-style: solid;text-align: center;border-color:transparent;border-width:0px;"> <div class="textwidget"><p><a href="https://owim.uek.krakow.pl/olivia-flaversham/helmut-schmidt-zigarettenmarke"><strong>Watch us on YouTube</strong></a></p> <div id="sb_youtube_sbyUCNWUP1mVaO0t9s7eRse4RjA8" class="sb_youtube sby_layout_list sby_col_0 sby_mob_col_0 sby_palette_inherit sby_width_resp sby_fixed_height" data-feedid="sby_UCNWUP1mVaO0t9s7eRse4RjA#8" data-shortcode-atts="{}" data-cols="0" data-colsmobile="0" data-num="8" data-nummobile="8" data-sby-flags="resizeDisable" data-postid="1540" style="width: 100%;height: 1000px;" data-videocardlayout="vertical"> <div class="sb_youtube_header "> <a href="https://owim.uek.krakow.pl/olivia-flaversham/finance-multiples-pdf" target="_blank" rel="noopener noreferrer" title="@OWiM - MMO" class="sby_header_link">finance-multiples pdf<div class="sby_header_text sby_has_bio sby_has_sub" data-header-subscriber="shown"> <h3>angular nativeelement queryselector</h3> <p class="sby_bio">Multiculturalism and Migration Observatory - Obserwatorium Wielokulturowości i Migracji (MMO-OWIM) is a joint initiative of the Municipality of Cracow and Cracow University of Economics. The key objective of the MMO-OWIM is to analyse migration processes and multicultural changes in urban space. More information about the project can be found on www.owim.uek.krakow.pl<br> <br> </p> </div> <div class="sby_header_img" data-avatar-url="https://yt3.ggpht.com/ytc/AGIKgqOl6xGEs3vEw4dCYD4yo5hVZuvyBrO75VgmvACv=s88-c-k-c0x00ffffff-no-rj"> <div class="sby_header_img_hover"><svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="sby_new_logo svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg></div> <img src="https://yt3.ggpht.com/ytc/AGIKgqOl6xGEs3vEw4dCYD4yo5hVZuvyBrO75VgmvACv=s88-c-k-c0x00ffffff-no-rj" alt="OWiM - MMO" width="50" height="50"> </div> </a> </div> <div class="sby_items_wrap"> <div class="sby_item sby_new sby_transition" id="sby_VVVOV1VQMW1WYU8wdDlzN2VSc2U0UmpBLmNucjM2Z2RKUlU0" data-date="1685708013" data-video-id="cnr36gdJRU4" style="margin-bottom: 5px;"> <div class="sby_inner_item"> <div class="sby_video_thumbnail_wrap sby_item_video_thumbnail_wrap"> <a class="sby_video_thumbnail sby_item_video_thumbnail" href="https://owim.uek.krakow.pl/olivia-flaversham/ph-ludwigsburg-%C3%B6ffnungszeiten" target="_blank" rel="noopener noreferrer" data-full-res="https://i.ytimg.com/vi/cnr36gdJRU4/maxresdefault.jpg" data-img-src-set='{"120":"https:\/\/i.ytimg.com\/vi\/cnr36gdJRU4\/default.jpg","320":"https:\/\/i.ytimg.com\/vi\/cnr36gdJRU4\/mqdefault.jpg","480":"https:\/\/i.ytimg.com\/vi\/cnr36gdJRU4\/hqdefault.jpg","640":"https:\/\/i.ytimg.com\/vi\/cnr36gdJRU4\/sddefault.jpg"}' data-video-id="cnr36gdJRU4" data-video-title="Seminarium OWiM: Nowi Polacy-krakowianie - naturalizacja i zakotwiczenie w przestrzeni miejskiej">ph ludwigsburg öffnungszeiten<img src="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/img/placeholder.png" alt=""> <div class="sby_thumbnail_hover sby_item_video_thumbnail_hover"> <div class="sby_thumbnail_hover_inner"> </div> </div> <div class="sby_play_btn"> <span class="sby_play_btn_bg"></span> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg> </div> <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span> </a> <div id="sby_player_cnr36gdJRU4" class="sby_player_wrap"></div> </div> </div> </div><div class="sby_item sby_new sby_transition" id="sby_VVVOV1VQMW1WYU8wdDlzN2VSc2U0UmpBLnl3d2VDel9rVVZF" data-date="1679602682" data-video-id="ywweCz_kUVE" style="margin-bottom: 5px;"> <div class="sby_inner_item"> <div class="sby_video_thumbnail_wrap sby_item_video_thumbnail_wrap"> <a class="sby_video_thumbnail sby_item_video_thumbnail" href="https://owim.uek.krakow.pl/olivia-flaversham/mhh-geburt-erfahrungen" target="_blank" rel="noopener noreferrer" data-full-res="https://i.ytimg.com/vi/ywweCz_kUVE/maxresdefault.jpg" data-img-src-set='{"120":"https:\/\/i.ytimg.com\/vi\/ywweCz_kUVE\/default.jpg","320":"https:\/\/i.ytimg.com\/vi\/ywweCz_kUVE\/mqdefault.jpg","480":"https:\/\/i.ytimg.com\/vi\/ywweCz_kUVE\/hqdefault.jpg","640":"https:\/\/i.ytimg.com\/vi\/ywweCz_kUVE\/sddefault.jpg"}' data-video-id="ywweCz_kUVE" data-video-title="Seminarium OWiM i CASPAR: Imigranci ekonomiczni i przymusowi w Krakowie w 2022 roku">mhh geburt erfahrungen<img src="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/img/placeholder.png" alt=""> <div class="sby_thumbnail_hover sby_item_video_thumbnail_hover"> <div class="sby_thumbnail_hover_inner"> </div> </div> <div class="sby_play_btn"> <span class="sby_play_btn_bg"></span> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg> </div> <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span> </a> <div id="sby_player_ywweCz_kUVE" class="sby_player_wrap"></div> </div> </div> </div><div class="sby_item sby_new sby_transition" id="sby_VVVOV1VQMW1WYU8wdDlzN2VSc2U0UmpBLnJGWGJXaExVTnp3" data-date="1674647159" data-video-id="rFXbWhLUNzw" style="margin-bottom: 5px;"> <div class="sby_inner_item"> <div class="sby_video_thumbnail_wrap sby_item_video_thumbnail_wrap"> <a class="sby_video_thumbnail sby_item_video_thumbnail" href="https://owim.uek.krakow.pl/olivia-flaversham/leistenbruch-op-mit-netz-komplikationen" target="_blank" rel="noopener noreferrer" data-full-res="https://i.ytimg.com/vi/rFXbWhLUNzw/maxresdefault.jpg" data-img-src-set='{"120":"https:\/\/i.ytimg.com\/vi\/rFXbWhLUNzw\/default.jpg","320":"https:\/\/i.ytimg.com\/vi\/rFXbWhLUNzw\/mqdefault.jpg","480":"https:\/\/i.ytimg.com\/vi\/rFXbWhLUNzw\/hqdefault.jpg","640":"https:\/\/i.ytimg.com\/vi\/rFXbWhLUNzw\/sddefault.jpg"}' data-video-id="rFXbWhLUNzw" data-video-title="Seminarium OWiM: Mobilizacja pomocy w Krakowie po 24 lutego 2022r">leistenbruch-op mit netz komplikationen<img src="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/img/placeholder.png" alt=""> <div class="sby_thumbnail_hover sby_item_video_thumbnail_hover"> <div class="sby_thumbnail_hover_inner"> </div> </div> <div class="sby_play_btn"> <span class="sby_play_btn_bg"></span> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg> </div> <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span> </a> <div id="sby_player_rFXbWhLUNzw" class="sby_player_wrap"></div> </div> </div> </div><div class="sby_item sby_new sby_transition" id="sby_VVVOV1VQMW1WYU8wdDlzN2VSc2U0UmpBLmhVcFJFdWdodUhR" data-date="1671382333" data-video-id="hUpREughuHQ" style="margin-bottom: 5px;"> <div class="sby_inner_item"> <div class="sby_video_thumbnail_wrap sby_item_video_thumbnail_wrap"> <a class="sby_video_thumbnail sby_item_video_thumbnail" href="https://owim.uek.krakow.pl/olivia-flaversham/vorderhornerkrankung-symptome" target="_blank" rel="noopener noreferrer" data-full-res="https://i.ytimg.com/vi/hUpREughuHQ/hqdefault.jpg" data-img-src-set='{"120":"https:\/\/i.ytimg.com\/vi\/hUpREughuHQ\/default.jpg","320":"https:\/\/i.ytimg.com\/vi\/hUpREughuHQ\/mqdefault.jpg","480":"https:\/\/i.ytimg.com\/vi\/hUpREughuHQ\/hqdefault.jpg","640":"https:\/\/i.ytimg.com\/vi\/hUpREughuHQ\/sddefault.jpg"}' data-video-id="hUpREughuHQ" data-video-title="Seminarium OWiM: Migranci i migrantki przymusowe z Ukrainy w Krakowie w świetle badań jakościowych">vorderhornerkrankung symptome<img src="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/img/placeholder.png" alt=""> <div class="sby_thumbnail_hover sby_item_video_thumbnail_hover"> <div class="sby_thumbnail_hover_inner"> </div> </div> <div class="sby_play_btn"> <span class="sby_play_btn_bg"></span> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg> </div> <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span> </a> <div id="sby_player_hUpREughuHQ" class="sby_player_wrap"></div> </div> </div> </div><div class="sby_item sby_new sby_transition" id="sby_VVVOV1VQMW1WYU8wdDlzN2VSc2U0UmpBLjVINnNuN243eFBZ" data-date="1668627469" data-video-id="5H6sn7n7xPY" style="margin-bottom: 5px;"> <div class="sby_inner_item"> <div class="sby_video_thumbnail_wrap sby_item_video_thumbnail_wrap"> <a class="sby_video_thumbnail sby_item_video_thumbnail" href="https://owim.uek.krakow.pl/olivia-flaversham/er-hat-eine-andere-und-meldet-sich-nicht-mehr" target="_blank" rel="noopener noreferrer" data-full-res="https://i.ytimg.com/vi/5H6sn7n7xPY/hqdefault.jpg" data-img-src-set='{"120":"https:\/\/i.ytimg.com\/vi\/5H6sn7n7xPY\/default.jpg","320":"https:\/\/i.ytimg.com\/vi\/5H6sn7n7xPY\/mqdefault.jpg","480":"https:\/\/i.ytimg.com\/vi\/5H6sn7n7xPY\/hqdefault.jpg","640":"https:\/\/i.ytimg.com\/vi\/5H6sn7n7xPY\/sddefault.jpg"}' data-video-id="5H6sn7n7xPY" data-video-title="Seminarium OWiM i CWK: Lubelskie doświadczenia w zarządzaniu kryzysem humanitarnym">er hat eine andere und meldet sich nicht mehr<img src="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/img/placeholder.png" alt="Lublin odgrywa szczególną rolę na mapie działań pomocowych w kryzysie humanitarnym spowodowanym wojną w Ukrainie. Jest to z jednej strony przystanek dla tych, którzy jadą dalej – pierwsza baza oraz punkt poszukiwania logistycznych rozwiązań. Z drugiej strony – miejsce pobytu dla wielu Ukraińców decydujących się pozostać tu ze względu na istniejące sieci migracyjne, czy też ze względu na bliskość Ukrainy. W tym kontekście istotna jest także rola całego województwa, a szczególnie jego obszarów przygranicznych. Chcielibyśmy przedstawić to lubelskie doświadczenie w odniesieniu do zaangażowanych w działania pomocowe aktorów z różnych obszarów i poziomów: centralnego, samorządowego, pozarządowego. Kluczowym elementem krajobrazu miejskiego pomocy jest Lubelski Komitet Pomocy Ukrainie, stanowiący platformę współpracy samorządu i organizacji społecznych. Także na poziomie wojewódzkim na szczególną uwagę zasługuje aktywność samorządów i współpraca z organizacjami lokalnych społeczności, m.in. Kołami Gospodyń Wiejskich czy jednostkami Ochotniczej Straży Pożarnej. Prezentowane wyniki pochodzą z badań realizowanych w ramach działającego w Instytucie Socjologii UMCS Zespołu Badawczego MigLab: Procesy migracyjne w perspektywie lokalnej, w tym m.in. z projektu „Wielopoziomowe zarządzanie kryzysem humanitarnym wywołanym przez rosyjską agresję na Ukrainę na przykładzie działań w województwie lubelskim (PL) i obwodzie wołyńskim (UA)” (Granty Interwencyjne NAWA)."> <div class="sby_thumbnail_hover sby_item_video_thumbnail_hover"> <div class="sby_thumbnail_hover_inner"> </div> </div> <div class="sby_play_btn"> <span class="sby_play_btn_bg"></span> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg> </div> <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span> </a> <div id="sby_player_5H6sn7n7xPY" class="sby_player_wrap"></div> </div> </div> </div><div class="sby_item sby_new sby_transition" id="sby_VVVOV1VQMW1WYU8wdDlzN2VSc2U0UmpBLnhib0pmQUJMRjNv" data-date="1666726613" data-video-id="xboJfABLF3o" style="margin-bottom: 5px;"> <div class="sby_inner_item"> <div class="sby_video_thumbnail_wrap sby_item_video_thumbnail_wrap"> <a class="sby_video_thumbnail sby_item_video_thumbnail" href="https://owim.uek.krakow.pl/olivia-flaversham/materialaufzug-mieten-in-der-n%C3%A4he" target="_blank" rel="noopener noreferrer" data-full-res="https://i.ytimg.com/vi/xboJfABLF3o/hqdefault.jpg" data-img-src-set='{"120":"https:\/\/i.ytimg.com\/vi\/xboJfABLF3o\/default.jpg","320":"https:\/\/i.ytimg.com\/vi\/xboJfABLF3o\/mqdefault.jpg","480":"https:\/\/i.ytimg.com\/vi\/xboJfABLF3o\/hqdefault.jpg","640":"https:\/\/i.ytimg.com\/vi\/xboJfABLF3o\/sddefault.jpg"}' data-video-id="xboJfABLF3o" data-video-title="The MMO Seminar: Internal and External Trajectories of Senegalese Migration">materialaufzug mieten in der nähe<img src="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/img/placeholder.png" alt="Since the 1970s Senegal is a country of intense internal and international migrations (15 million inhabitants/over 2.5 million Senegalese living in diaspora). Today 41% of all Senegalese emigrants are living in Europe. Also in Senegal migration is a synthesis of different, interlinked motivations, attitudes and practices with an intense interrelationship between the internal and international migration processes. Moreover, despite the recent changes, the capital region of Dakar still remains the most attractive place for Senegalese youth. It forms an important step in the internal and international migration routes. Historically this urban area has been a “stepping stone” to destinations abroad for many potential international migrants coming from villages and small towns in Senegal. This region is therefore a very interesting case to capture the complexity of Senegalese migration trajectories and temporalities. Based on the research conducted in different quartiers of Dakar among people coming from the regions of Saint Louis and Matam as well as from the regions of the Groundnut Basin (historical areas of outmigration as Dourbel, Thiés, Fatick and Kaolak), the aim of the seminar is to discuss how migration is the outcome of fragmented trajectories that take place in different spaces and times, involving both the propension to move as well as to stay put. The seminar will focus on the dynamics from the point of view of the decision-making processes to migrate (either internally or internationally) or to stay in Dakar. The speakers thus will explore motivations and aspirations of migrants, the role of Dakar in the migration process, and how the urban experience often has become a steppingstone encouraging or an anchor preventing further international moves. This will be discussed especially in relation to Europe as a favoured destination: the perceptions, social representations and attractiveness of Europe. The temporality of migration and the socio-cultural and economic factors are at stake, shedding light on the complexity and fluid nature of the propensities to go abroad."> <div class="sby_thumbnail_hover sby_item_video_thumbnail_hover"> <div class="sby_thumbnail_hover_inner"> </div> </div> <div class="sby_play_btn"> <span class="sby_play_btn_bg"></span> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg> </div> <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span> </a> <div id="sby_player_xboJfABLF3o" class="sby_player_wrap"></div> </div> </div> </div><div class="sby_item sby_new sby_transition" id="sby_VVVOV1VQMW1WYU8wdDlzN2VSc2U0UmpBLnJGNF9uSGZDTzJF" data-date="1664490321" data-video-id="rF4_nHfCO2E" style="margin-bottom: 5px;"> <div class="sby_inner_item"> <div class="sby_video_thumbnail_wrap sby_item_video_thumbnail_wrap"> <a class="sby_video_thumbnail sby_item_video_thumbnail" href="https://owim.uek.krakow.pl/olivia-flaversham/sozialwissenschaften-uni-hamburg" target="_blank" rel="noopener noreferrer" data-full-res="https://i.ytimg.com/vi/rF4_nHfCO2E/hqdefault.jpg" data-img-src-set='{"120":"https:\/\/i.ytimg.com\/vi\/rF4_nHfCO2E\/default.jpg","320":"https:\/\/i.ytimg.com\/vi\/rF4_nHfCO2E\/mqdefault.jpg","480":"https:\/\/i.ytimg.com\/vi\/rF4_nHfCO2E\/hqdefault.jpg","640":"https:\/\/i.ytimg.com\/vi\/rF4_nHfCO2E\/sddefault.jpg"}' data-video-id="rF4_nHfCO2E" data-video-title="The MMO Seminar: Displaced: The Ukrainian Refugee Experience">sozialwissenschaften uni hamburg<img src="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/img/placeholder.png" alt="Three weeks after the Russian invasion of Ukraine, veteran journalist Tamar Jacoby arrived in Krakow intending to volunteer, maybe ladle soup or unpack boxes. Instead, at the encouragement of JCC Krakow, she began a series of interviews with Ukrainian refugees. Displaced: The Ukrainian Refugee Experience captures their stories. Every story in the book is unique – one individual’s painful journey. But together, they add up to a collective portrait of the Ukrainian refugee experience. The book launch provided space for discussion of Ukrainian refugees’ diverse experiences in Poland. The seminar used personal stories from the book as a starting point for a discussion. What triggered some people but not others – including, often, their families – to leave Ukraine? How do refugees perceive the Polish reception and integration mechanisms created after February 2022? What worked and didn’t work in the Polish approach to refugees t – an approach that offered little cash assistance but encouraged civil society to come to the fore? What factors appear to be influencing the refugees’ decisions about next steps – whether to stay in Poland, return to Ukraine or move on to a third country? What lessons, if any, do the last seven months offer about how to help those who remain in Poland – people moving beyond resettlement to integration?"> <div class="sby_thumbnail_hover sby_item_video_thumbnail_hover"> <div class="sby_thumbnail_hover_inner"> </div> </div> <div class="sby_play_btn"> <span class="sby_play_btn_bg"></span> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg> </div> <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span> </a> <div id="sby_player_rF4_nHfCO2E" class="sby_player_wrap"></div> </div> </div> </div><div class="sby_item sby_new sby_transition" id="sby_VVVOV1VQMW1WYU8wdDlzN2VSc2U0UmpBLmNGRVotTVFKYjRB" data-date="1657799573" data-video-id="cFEZ-MQJb4A" style="margin-bottom: 5px;"> <div class="sby_inner_item"> <div class="sby_video_thumbnail_wrap sby_item_video_thumbnail_wrap"> <a class="sby_video_thumbnail sby_item_video_thumbnail" href="https://owim.uek.krakow.pl/olivia-flaversham/twin-busch-reifenmontiermaschine-ersatzteile" target="_blank" rel="noopener noreferrer" data-full-res="https://i.ytimg.com/vi/cFEZ-MQJb4A/hqdefault.jpg" data-img-src-set='{"120":"https:\/\/i.ytimg.com\/vi\/cFEZ-MQJb4A\/default.jpg","320":"https:\/\/i.ytimg.com\/vi\/cFEZ-MQJb4A\/mqdefault.jpg","480":"https:\/\/i.ytimg.com\/vi\/cFEZ-MQJb4A\/hqdefault.jpg","640":"https:\/\/i.ytimg.com\/vi\/cFEZ-MQJb4A\/sddefault.jpg"}' data-video-id="cFEZ-MQJb4A" data-video-title="The MMO and MCK Seminar: Refugees from Ukraine in Kraków">twin busch reifenmontiermaschine ersatzteile<img src="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/img/placeholder.png" alt="The brutal invasion of Russia on Ukraine that started in February 2022 has led to massive scale humanitarian and refugee crisis in the region. As a result of it Poland, which hosted before 2022 one of the largest Ukrainian immigrant populations in Europe, has transformed almost overnight from a country with largely economic immigration to a country hosting one of the largest refugee populations in the world. According to estimations, the number of Ukrainian refugees in Poland is over 2,2 million persons (UMP 2022) in addition to around 1,3 million economic migrants who had come to Poland before 2022 (GUS 2020). The vast majority of refugees sought safety and security in major Polish cities. It was mainly at the municipal level that the influx of war refugees from Ukraine was managed. Krakow’s foreign population has at least quadrupled and currently every 5th resident of the city is a foreigner. Registry data and existing research provide very limited information about the refugee population in Poland. Thus, Multiculturalism and Migration Observatory and Centre for Advanced Studies of Population and Religion in collaboration with the University of Vienna and the Multiculturalism Centre in Krakow decided to conduct a survey amongst 500 refugees from Ukraine to help to answer some of the most urgent questions. The survey was carried out in the form of pen and paper personal interviews by trained Ukrainian researchers between 5th May and 15th of June 2022 in numerous locations where Ukrainian refugees gather (among others in Tauron Arena – PESEL and UNHCR registration spot, Galeria Plaza - Szafa Dobra, Ukrainian Consulate in Krakow and World Kitchen on the Main Railway Station and Support Centres on Daszyńskiego Street). 55% of the questionnaires were filled in Ukrainian and 45% in the Russian language. The seminar will shed light on the key findings from the survey."> <div class="sby_thumbnail_hover sby_item_video_thumbnail_hover"> <div class="sby_thumbnail_hover_inner"> </div> </div> <div class="sby_play_btn"> <span class="sby_play_btn_bg"></span> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg> </div> <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span> </a> <div id="sby_player_cFEZ-MQJb4A" class="sby_player_wrap"></div> </div> </div> </div> </div> <div class="sby_footer"> <a class="sby_load_btn" href="https://owim.uek.krakow.pl/olivia-flaversham/soziale-medien-vor--und-nachteile">soziale medien vor- und nachteile<span class="sby_btn_text">Load More...</span> <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span> </a> <span class="sby_follow_btn"> <a href="https://owim.uek.krakow.pl/olivia-flaversham/cocktailgetr%C3%A4nk-kreuzwortr%C3%A4tsel" target="_blank" rel="noopener noreferrer"><svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg>Subscribe</a> </span> </div> </div> <style type="text/css">#sb_youtube_sbyUCNWUP1mVaO0t9s7eRse4RjA8 .sby_caption_wrap .sby_caption { font-size: 13px !important}#sb_youtube_sbyUCNWUP1mVaO0t9s7eRse4RjA8[data-videostyle=boxed] .sby_items_wrap .sby_item .sby_inner_item { background-color: #ffffff !important}</style> </div> <div style="clear:both;"></div></section> </div> <div class="fusion-column fusion-column-last col-lg-4 col-md-4 col-sm-4"> <style type="text/css" data-id="text-6">@media (max-width: 800px){#text-6{text-align:center !important;}}</style><section id="text-6" class="fusion-widget-mobile-align-center fusion-widget-align-center fusion-footer-widget-column widget widget_text" style="border-style: solid;text-align: center;border-color:transparent;border-width:0px;"> <div class="textwidget"><p><a href="https://owim.uek.krakow.pl/olivia-flaversham/homematic-ip-heizk%C3%B6rperthermostat-evo-6er-set"><strong>Follow us on Twitter</strong></a></p> </div> <div style="clear:both;"></div></section><section id="custom_html-2" class="widget_text fusion-footer-widget-column widget widget_custom_html" style="border-style: solid;border-color:transparent;border-width:0px;"><div class="textwidget custom-html-widget"><a class="twitter-timeline" href="https://owim.uek.krakow.pl/olivia-flaversham/helicobacter-pylori-atemtest" data-height="1000">helicobacter pylori-atemtest</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div><div style="clear:both;"></div></section> </div> <div class="fusion-clearfix"></div> </div> <!-- fusion-columns --> </div> <!-- fusion-row --> </footer> <!-- fusion-footer-widget-area --> <footer id="footer" class="fusion-footer-copyright-area"> <div class="fusion-row"> <div class="fusion-copyright-content"> <div class="fusion-copyright-notice"> <div> 2019 Obserwatorium Wielokulturowości i Migracji | Wszelkie prawa zastrzeżone | Powered by <a href="https://owim.uek.krakow.pl/olivia-flaversham/icd-10-code-krankschreibung"></a> | <a href="https://owim.uek.krakow.pl/olivia-flaversham/hno-ambulanz-freiburg">hno ambulanz freiburg</a> </div> </div> <div class="fusion-social-links-footer"> <div class="fusion-social-networks"><div class="fusion-social-networks-wrapper"><a class="fusion-social-network-icon fusion-tooltip fusion-facebook awb-icon-facebook" style="color:#3b5998;" data-placement="top" data-title="Facebook" data-toggle="tooltip" title="Facebook" href="https://owim.uek.krakow.pl/olivia-flaversham/wei%C3%9Fwein-kalorien-750-ml" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">Facebook</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-youtube awb-icon-youtube" style="color:#cd201f;" data-placement="top" data-title="YouTube" data-toggle="tooltip" title="YouTube" href="https://owim.uek.krakow.pl/olivia-flaversham/erweitertes-f%C3%BChrungszeugnis-l%C3%B6schung" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">YouTube</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-twitter awb-icon-twitter" style="color:#55acee;" data-placement="top" data-title="Twitter" data-toggle="tooltip" title="Twitter" href="https://owim.uek.krakow.pl/olivia-flaversham/labor-f%C3%BCr-selbstzahler-nrw" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">Twitter</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-instagram awb-icon-instagram" style="color:#3f729b;" data-placement="top" data-title="Instagram" data-toggle="tooltip" title="Instagram" href="https://owim.uek.krakow.pl/olivia-flaversham/objekte-in-der-informatik" target="_blank" rel="noopener noreferrer"><span class="screen-reader-text">Instagram</span></a></div></div></div> </div> <!-- fusion-fusion-copyright-content --> </div> <!-- fusion-row --> </footer> <!-- #footer --> </div> <!-- fusion-footer --> <div class="fusion-sliding-bar-wrapper"> <div id="slidingbar-area" class="slidingbar-area fusion-sliding-bar-area fusion-widget-area fusion-sliding-bar-position-top fusion-sliding-bar-text-align-left fusion-sliding-bar-toggle-triangle" data-breakpoint="800" data-toggle="triangle"> <div class="fusion-sb-toggle-wrapper"> <a class="fusion-sb-toggle" href="#"><span class="screen-reader-text">Toggle Sliding Bar Area</span></a> </div> <div id="slidingbar" class="fusion-sliding-bar"> <div class="fusion-row"> <div class="fusion-columns row fusion-columns-2 columns columns-2"> <div class="fusion-column col-lg-6 col-md-6 col-sm-6"> </div> <div class="fusion-column col-lg-6 col-md-6 col-sm-6"> </div> <div class="fusion-clearfix"></div> </div> </div> </div> </div> </div> </div> <!-- wrapper --> </div> <!-- #boxed-wrapper --> <div class="fusion-top-frame"></div> <div class="fusion-bottom-frame"></div> <div class="fusion-boxed-shadow"></div> <a class="fusion-one-page-text-link fusion-page-load-link" tabindex="-1" href="#" aria-hidden="true"></a> <div class="avada-footer-scripts"> <script type="text/javascript" id="modal"> document.addEventListener("DOMContentLoaded", function(){ startclock(); }); function stopclock (){ if(timerRunning) clearTimeout(timerID); timerRunning = false; //document.cookie="time=0"; } function showtime () { var now = new Date(); var my = now.getTime() ; now = new Date(my-diffms) ; //document.cookie="time="+now.toLocaleString(); timerID = setTimeout('showtime()',10000); timerRunning = true; } function startclock () { stopclock(); showtime(); } var timerID = null; var timerRunning = false; var x = new Date() ; var now = x.getTime() ; var gmt = 1686183710 * 1000 ; var diffms = (now - gmt) ; </script> <script type="text/javascript" id="info-bar"> document.addEventListener("DOMContentLoaded", function(){ startclock(); }); function stopclock (){ if(timerRunning) clearTimeout(timerID); timerRunning = false; //document.cookie="time=0"; } function showtime () { var now = new Date(); var my = now.getTime() ; now = new Date(my-diffms) ; //document.cookie="time="+now.toLocaleString(); timerID = setTimeout('showtime()',10000); timerRunning = true; } function startclock () { stopclock(); showtime(); } var timerID = null; var timerRunning = false; var x = new Date() ; var now = x.getTime() ; var gmt = 1686183710 * 1000 ; var diffms = (now - gmt) ; </script> <script type="text/javascript" id="slidein"> document.addEventListener("DOMContentLoaded", function(){ startclock(); }); function stopclock (){ if(timerRunning) clearTimeout(timerID); timerRunning = false; //document.cookie="time=0"; } function showtime () { var now = new Date(); var my = now.getTime() ; now = new Date(my-diffms) ; //document.cookie="time="+now.toLocaleString(); timerID = setTimeout('showtime()',10000); timerRunning = true; } function startclock () { stopclock(); showtime(); } var timerID = null; var timerRunning = false; var x = new Date() ; var now = x.getTime() ; var gmt = 1686183710 * 1000 ; var diffms = (now - gmt) ; </script> <!-- Custom Facebook Feed JS --> <script type="text/javascript">var cffajaxurl = "https://owim.uek.krakow.pl/wp-admin/admin-ajax.php"; var cfflinkhashtags = "true"; </script> <!-- YouTube Feed JS --> <script type="text/javascript"> </script> <script type="text/javascript">var fusionNavIsCollapsed=function(e){var t;window.innerWidth<=e.getAttribute("data-breakpoint")?(e.classList.add("collapse-enabled"),e.classList.contains("expanded")||(e.setAttribute("aria-expanded","false"),window.dispatchEvent(new Event("fusion-mobile-menu-collapsed",{bubbles:!0,cancelable:!0})))):(null!==e.querySelector(".menu-item-has-children.expanded .fusion-open-nav-submenu-on-click")&&e.querySelector(".menu-item-has-children.expanded .fusion-open-nav-submenu-on-click").click(),e.classList.remove("collapse-enabled"),e.setAttribute("aria-expanded","true"),null!==e.querySelector(".fusion-custom-menu")&&e.querySelector(".fusion-custom-menu").removeAttribute("style")),e.classList.add("no-wrapper-transition"),clearTimeout(t),t=setTimeout(()=>{e.classList.remove("no-wrapper-transition")},400),e.classList.remove("loading")},fusionRunNavIsCollapsed=function(){var e,t=document.querySelectorAll(".fusion-menu-element-wrapper");for(e=0;e<t.length;e++)fusionNavIsCollapsed(t[e])};function avadaGetScrollBarWidth(){var e,t,n,s=document.createElement("p");return s.style.width="100%",s.style.height="200px",(e=document.createElement("div")).style.position="absolute",e.style.top="0px",e.style.left="0px",e.style.visibility="hidden",e.style.width="200px",e.style.height="150px",e.style.overflow="hidden",e.appendChild(s),document.body.appendChild(e),t=s.offsetWidth,e.style.overflow="scroll",t==(n=s.offsetWidth)&&(n=e.clientWidth),document.body.removeChild(e),t-n}fusionRunNavIsCollapsed(),window.addEventListener("fusion-resize-horizontal",fusionRunNavIsCollapsed);</script><link rel="stylesheet" id="sby_styles-css" href="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/css/sb-youtube.min.css?ver=2.0.4" type="text/css" media="all"> <link rel="stylesheet" id="wp-block-library-css" href="https://owim.uek.krakow.pl/wp-includes/css/dist/block-library/style.min.css?ver=5.5.12" type="text/css" media="all"> <link rel="stylesheet" id="wp-block-library-theme-css" href="https://owim.uek.krakow.pl/wp-includes/css/dist/block-library/theme.min.css?ver=5.5.12" type="text/css" media="all"> <script type="text/javascript" src="https://owim.uek.krakow.pl/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.4.4" id="wp-polyfill-js"></script> <script type="text/javascript" id="wp-polyfill-js-after"> ( 'fetch' in window ) || document.write( '<script src="https://owim.uek.krakow.pl/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?ver=3.0.0"></scr' + 'ipt>' );( document.contains ) || document.write( '<script src="https://owim.uek.krakow.pl/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js?ver=3.42.0"></scr' + 'ipt>' );( window.DOMRect ) || document.write( '<script src="https://owim.uek.krakow.pl/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js?ver=3.42.0"></scr' + 'ipt>' );( window.URL && window.URL.prototype && window.URLSearchParams ) || document.write( '<script src="https://owim.uek.krakow.pl/wp-includes/js/dist/vendor/wp-polyfill-url.min.js?ver=3.6.4"></scr' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src="https://owim.uek.krakow.pl/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js?ver=3.0.12"></scr' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src="https://owim.uek.krakow.pl/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js?ver=2.0.2"></scr' + 'ipt>' ); </script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/owim.uek.krakow.pl\/index.php\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://owim.uek.krakow.pl/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.4.1" id="contact-form-7-js"></script> <script type="text/javascript" src="https://owim.uek.krakow.pl/wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.min.js?ver=4.1.8" id="cffscripts-js"></script> <script type="text/javascript" src="https://owim.uek.krakow.pl/wp-includes/js/wp-embed.min.js?ver=5.5.12" id="wp-embed-js"></script> <script type="text/javascript" id="sby_scripts-js-extra"> /* <![CDATA[ */ var sbyOptions = {"isAdmin":"","adminAjaxUrl":"https:\/\/owim.uek.krakow.pl\/wp-admin\/admin-ajax.php","placeholder":"https:\/\/owim.uek.krakow.pl\/wp-content\/plugins\/feeds-for-youtube\/img\/placeholder.png","placeholderNarrow":"https:\/\/owim.uek.krakow.pl\/wp-content\/plugins\/feeds-for-youtube\/img\/placeholder-narrow.png","lightboxPlaceholder":"https:\/\/owim.uek.krakow.pl\/wp-content\/plugins\/feeds-for-youtube\/img\/lightbox-placeholder.png","lightboxPlaceholderNarrow":"https:\/\/owim.uek.krakow.pl\/wp-content\/plugins\/feeds-for-youtube\/img\/lightbox-placeholder-narrow.png","autoplay":"","semiEagerload":"","eagerload":""}; /* ]]> */ </script> <script type="text/javascript" src="https://owim.uek.krakow.pl/wp-content/plugins/feeds-for-youtube/js/sb-youtube.min.js?ver=2.0.4" id="sby_scripts-js"></script> <script type="text/javascript" src="https://owim.uek.krakow.pl/wp-content/uploads/fusion-scripts/1c7ed22a465d337b410e190644161255.min.js?ver=3.4.1" id="fusion-scripts-js"></script> <script type="text/javascript"> jQuery( document ).ready( function() { var ajaxurl = 'https://owim.uek.krakow.pl/wp-admin/admin-ajax.php'; if ( 0 < jQuery( '.fusion-login-nonce' ).length ) { jQuery.get( ajaxurl, { 'action': 'fusion_login_nonce' }, function( response ) { jQuery( '.fusion-login-nonce' ).html( response ); }); } }); </script> </div> <div class="to-top-container to-top-right"> <a href="#" id="toTop" class="fusion-top-top-link"> <span class="screen-reader-text">Go to Top</span> </a> </div> </body> </html>